Class: PostcodeAnywhere::AddressListItem
- Inherits:
-
Object
- Object
- PostcodeAnywhere::AddressListItem
- Defined in:
- lib/ruby-postcodeanywhere.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#place ⇒ Object
Returns the value of attribute place.
-
#street_address ⇒ Object
Returns the value of attribute street_address.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
139 140 141 |
# File 'lib/ruby-postcodeanywhere.rb', line 139 def id @id end |
#place ⇒ Object
Returns the value of attribute place.
139 140 141 |
# File 'lib/ruby-postcodeanywhere.rb', line 139 def place @place end |
#street_address ⇒ Object
Returns the value of attribute street_address.
139 140 141 |
# File 'lib/ruby-postcodeanywhere.rb', line 139 def street_address @street_address end |