Class: MaisPersonClient::Person::Address
- Inherits:
-
Struct
- Object
- Struct
- MaisPersonClient::Person::Address
- Defined in:
- lib/mais_person_client/person.rb
Instance Attribute Summary collapse
-
#affnum ⇒ Object
Returns the value of attribute affnum.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#country_alpha2 ⇒ Object
Returns the value of attribute country_alpha2.
-
#country_alpha3 ⇒ Object
Returns the value of attribute country_alpha3.
-
#country_numeric ⇒ Object
Returns the value of attribute country_numeric.
-
#full_address ⇒ Object
Returns the value of attribute full_address.
-
#line ⇒ Object
Returns the value of attribute line.
-
#postal_code ⇒ Object
Returns the value of attribute postal_code.
-
#state ⇒ Object
Returns the value of attribute state.
-
#state_code ⇒ Object
Returns the value of attribute state_code.
-
#type ⇒ Object
Returns the value of attribute type.
-
#visibility ⇒ Object
Returns the value of attribute visibility.
Instance Attribute Details
#affnum ⇒ Object
Returns the value of attribute affnum
11 12 13 |
# File 'lib/mais_person_client/person.rb', line 11 def affnum @affnum end |
#city ⇒ Object
Returns the value of attribute city
11 12 13 |
# File 'lib/mais_person_client/person.rb', line 11 def city @city end |
#country ⇒ Object
Returns the value of attribute country
11 12 13 |
# File 'lib/mais_person_client/person.rb', line 11 def country @country end |
#country_alpha2 ⇒ Object
Returns the value of attribute country_alpha2
11 12 13 |
# File 'lib/mais_person_client/person.rb', line 11 def country_alpha2 @country_alpha2 end |
#country_alpha3 ⇒ Object
Returns the value of attribute country_alpha3
11 12 13 |
# File 'lib/mais_person_client/person.rb', line 11 def country_alpha3 @country_alpha3 end |
#country_numeric ⇒ Object
Returns the value of attribute country_numeric
11 12 13 |
# File 'lib/mais_person_client/person.rb', line 11 def country_numeric @country_numeric end |
#full_address ⇒ Object
Returns the value of attribute full_address
11 12 13 |
# File 'lib/mais_person_client/person.rb', line 11 def full_address @full_address end |
#line ⇒ Object
Returns the value of attribute line
11 12 13 |
# File 'lib/mais_person_client/person.rb', line 11 def line @line end |
#postal_code ⇒ Object
Returns the value of attribute postal_code
11 12 13 |
# File 'lib/mais_person_client/person.rb', line 11 def postal_code @postal_code end |
#state ⇒ Object
Returns the value of attribute state
11 12 13 |
# File 'lib/mais_person_client/person.rb', line 11 def state @state end |
#state_code ⇒ Object
Returns the value of attribute state_code
11 12 13 |
# File 'lib/mais_person_client/person.rb', line 11 def state_code @state_code end |
#type ⇒ Object
Returns the value of attribute type
11 12 13 |
# File 'lib/mais_person_client/person.rb', line 11 def type @type end |
#visibility ⇒ Object
Returns the value of attribute visibility
11 12 13 |
# File 'lib/mais_person_client/person.rb', line 11 def visibility @visibility end |