Class: Nzbn::Models::Address
Overview
Address model
Instance Attribute Summary collapse
-
#address1 ⇒ Object
Returns the value of attribute address1.
-
#address2 ⇒ Object
Returns the value of attribute address2.
-
#address3 ⇒ Object
Returns the value of attribute address3.
-
#address4 ⇒ Object
Returns the value of attribute address4.
-
#address_type ⇒ Object
Returns the value of attribute address_type.
-
#care_of ⇒ Object
Returns the value of attribute care_of.
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#description ⇒ Object
Returns the value of attribute description.
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#paf_id ⇒ Object
Returns the value of attribute paf_id.
-
#post_code ⇒ Object
Returns the value of attribute post_code.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
-
#unique_identifier ⇒ Object
Returns the value of attribute unique_identifier.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Nzbn::Models::Base
Instance Attribute Details
#address1 ⇒ Object
Returns the value of attribute address1.
7 8 9 |
# File 'lib/nzbn/models/address.rb', line 7 def address1 @address1 end |
#address2 ⇒ Object
Returns the value of attribute address2.
7 8 9 |
# File 'lib/nzbn/models/address.rb', line 7 def address2 @address2 end |
#address3 ⇒ Object
Returns the value of attribute address3.
7 8 9 |
# File 'lib/nzbn/models/address.rb', line 7 def address3 @address3 end |
#address4 ⇒ Object
Returns the value of attribute address4.
7 8 9 |
# File 'lib/nzbn/models/address.rb', line 7 def address4 @address4 end |
#address_type ⇒ Object
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_of ⇒ Object
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_code ⇒ Object
Returns the value of attribute country_code.
7 8 9 |
# File 'lib/nzbn/models/address.rb', line 7 def country_code @country_code end |
#description ⇒ Object
Returns the value of attribute description.
7 8 9 |
# File 'lib/nzbn/models/address.rb', line 7 def description @description end |
#end_date ⇒ Object
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_id ⇒ Object
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_code ⇒ Object
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_date ⇒ Object
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_identifier ⇒ Object
Returns the value of attribute unique_identifier.
7 8 9 |
# File 'lib/nzbn/models/address.rb', line 7 def unique_identifier @unique_identifier end |