Class: Ppl::Entity::PostalAddress

Inherits:
Object
  • Object
show all
Defined in:
lib/ppl/entity/postal_address.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countryObject

Returns the value of attribute country.



4
5
6
# File 'lib/ppl/entity/postal_address.rb', line 4

def country
  @country
end

#localityObject

Returns the value of attribute locality.



5
6
7
# File 'lib/ppl/entity/postal_address.rb', line 5

def locality
  @locality
end

#po_boxObject

Returns the value of attribute po_box.



7
8
9
# File 'lib/ppl/entity/postal_address.rb', line 7

def po_box
  @po_box
end

#postal_codeObject

Returns the value of attribute postal_code.



8
9
10
# File 'lib/ppl/entity/postal_address.rb', line 8

def postal_code
  @postal_code
end

#regionObject

Returns the value of attribute region.



9
10
11
# File 'lib/ppl/entity/postal_address.rb', line 9

def region
  @region
end

#streetObject

Returns the value of attribute street.



6
7
8
# File 'lib/ppl/entity/postal_address.rb', line 6

def street
  @street
end