Class: VcsClient::Address
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#city ⇒ Object
Returns the value of attribute city.
-
#id ⇒ Object
Returns the value of attribute id.
-
#latitude ⇒ Object
Returns the value of attribute latitude.
-
#longitude ⇒ Object
Returns the value of attribute longitude.
-
#state ⇒ Object
Returns the value of attribute state.
-
#type ⇒ Object
Returns the value of attribute type.
-
#zip ⇒ Object
Returns the value of attribute zip.
-
#zip4 ⇒ Object
(also: #zipp4)
Returns the value of attribute zip4.
Method Summary
Methods inherited from Basement
Constructor Details
This class inherits a constructor from VcsClient::Basement
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
4 5 6 |
# File 'lib/objects/address.rb', line 4 def address @address end |
#city ⇒ Object
Returns the value of attribute city.
4 5 6 |
# File 'lib/objects/address.rb', line 4 def city @city end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/objects/address.rb', line 4 def id @id end |
#latitude ⇒ Object
Returns the value of attribute latitude.
4 5 6 |
# File 'lib/objects/address.rb', line 4 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude.
4 5 6 |
# File 'lib/objects/address.rb', line 4 def longitude @longitude end |
#state ⇒ Object
Returns the value of attribute state.
4 5 6 |
# File 'lib/objects/address.rb', line 4 def state @state end |
#type ⇒ Object
Returns the value of attribute type.
4 5 6 |
# File 'lib/objects/address.rb', line 4 def type @type end |
#zip ⇒ Object
Returns the value of attribute zip.
4 5 6 |
# File 'lib/objects/address.rb', line 4 def zip @zip end |
#zip4 ⇒ Object Also known as: zipp4
Returns the value of attribute zip4.
4 5 6 |
# File 'lib/objects/address.rb', line 4 def zip4 @zip4 end |