Class: FellowshipOne::PersonAddress
- Inherits:
-
Struct
- Object
- Struct
- FellowshipOne::PersonAddress
- Defined in:
- lib/api/person.rb
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#is_primary? ⇒ Object
Returns the value of attribute is_primary?.
-
#postal_code ⇒ Object
Returns the value of attribute postal_code.
-
#state ⇒ Object
Returns the value of attribute state.
-
#street ⇒ Object
Returns the value of attribute street.
-
#street2 ⇒ Object
Returns the value of attribute street2.
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city
5 6 7 |
# File 'lib/api/person.rb', line 5 def city @city end |
#is_primary? ⇒ Object
Returns the value of attribute is_primary?
5 6 7 |
# File 'lib/api/person.rb', line 5
def is_primary?
@is_primary?
end
|
#postal_code ⇒ Object
Returns the value of attribute postal_code
5 6 7 |
# File 'lib/api/person.rb', line 5 def postal_code @postal_code end |
#state ⇒ Object
Returns the value of attribute state
5 6 7 |
# File 'lib/api/person.rb', line 5 def state @state end |
#street ⇒ Object
Returns the value of attribute street
5 6 7 |
# File 'lib/api/person.rb', line 5 def street @street end |
#street2 ⇒ Object
Returns the value of attribute street2
5 6 7 |
# File 'lib/api/person.rb', line 5 def street2 @street2 end |