Class: FellowshipOne::PersonAddress

Inherits:
Struct
  • Object
show all
Defined in:
lib/api/person.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cityObject

Returns the value of attribute city

Returns:

  • (Object)

    the current value of 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?

Returns:

  • (Object)

    the current value of is_primary?



5
6
7
# File 'lib/api/person.rb', line 5

def is_primary?
  @is_primary?
end

#postal_codeObject

Returns the value of attribute postal_code

Returns:

  • (Object)

    the current value of postal_code



5
6
7
# File 'lib/api/person.rb', line 5

def postal_code
  @postal_code
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



5
6
7
# File 'lib/api/person.rb', line 5

def state
  @state
end

#streetObject

Returns the value of attribute street

Returns:

  • (Object)

    the current value of street



5
6
7
# File 'lib/api/person.rb', line 5

def street
  @street
end

#street2Object

Returns the value of attribute street2

Returns:

  • (Object)

    the current value of street2



5
6
7
# File 'lib/api/person.rb', line 5

def street2
  @street2
end