Class: Puree::Model::Address
- Defined in:
- lib/puree/model/address.rb
Overview
Address where something is located.
Instance Attribute Summary collapse
Method Summary
Methods inherited from Structure
Instance Attribute Details
#building ⇒ String?
12 13 14 |
# File 'lib/puree/model/address.rb', line 12 def building @building end |
#city ⇒ String?
18 19 20 |
# File 'lib/puree/model/address.rb', line 18 def city @city end |
#country ⇒ String?
21 22 23 |
# File 'lib/puree/model/address.rb', line 21 def country @country end |
#postcode ⇒ String?
15 16 17 |
# File 'lib/puree/model/address.rb', line 15 def postcode @postcode end |
#street ⇒ String?
9 10 11 |
# File 'lib/puree/model/address.rb', line 9 def street @street end |