Class: Nzbn::Models::Address

Inherits:
Base
  • Object
show all
Defined in:
lib/nzbn/models/address.rb

Overview

Address model

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize, #to_h, #to_json

Constructor Details

This class inherits a constructor from Nzbn::Models::Base

Instance Attribute Details

#address1Object

Returns the value of attribute address1.



7
8
9
# File 'lib/nzbn/models/address.rb', line 7

def address1
  @address1
end

#address2Object

Returns the value of attribute address2.



7
8
9
# File 'lib/nzbn/models/address.rb', line 7

def address2
  @address2
end

#address3Object

Returns the value of attribute address3.



7
8
9
# File 'lib/nzbn/models/address.rb', line 7

def address3
  @address3
end

#address4Object

Returns the value of attribute address4.



7
8
9
# File 'lib/nzbn/models/address.rb', line 7

def address4
  @address4
end

#address_typeObject

Returns the value of attribute address_type.



7
8
9
# File 'lib/nzbn/models/address.rb', line 7

def address_type
  @address_type
end

#care_ofObject

Returns the value of attribute care_of.



7
8
9
# File 'lib/nzbn/models/address.rb', line 7

def care_of
  @care_of
end

#country_codeObject

Returns the value of attribute country_code.



7
8
9
# File 'lib/nzbn/models/address.rb', line 7

def country_code
  @country_code
end

#descriptionObject

Returns the value of attribute description.



7
8
9
# File 'lib/nzbn/models/address.rb', line 7

def description
  @description
end

#end_dateObject

Returns the value of attribute end_date.



7
8
9
# File 'lib/nzbn/models/address.rb', line 7

def end_date
  @end_date
end

#paf_idObject

Returns the value of attribute paf_id.



7
8
9
# File 'lib/nzbn/models/address.rb', line 7

def paf_id
  @paf_id
end

#post_codeObject

Returns the value of attribute post_code.



7
8
9
# File 'lib/nzbn/models/address.rb', line 7

def post_code
  @post_code
end

#start_dateObject

Returns the value of attribute start_date.



7
8
9
# File 'lib/nzbn/models/address.rb', line 7

def start_date
  @start_date
end

#unique_identifierObject

Returns the value of attribute unique_identifier.



7
8
9
# File 'lib/nzbn/models/address.rb', line 7

def unique_identifier
  @unique_identifier
end