Class: ONEAccess::DataObject::City
- Inherits:
-
Object
- Object
- ONEAccess::DataObject::City
- Extended by:
- Serializable
- Defined in:
- lib/oneaccess/data_object/city.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#country ⇒ Object
Returns the value of attribute country.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#latitude ⇒ Object
Returns the value of attribute latitude.
-
#longitude ⇒ Object
Returns the value of attribute longitude.
-
#name ⇒ Object
Returns the value of attribute name.
-
#region ⇒ Object
Returns the value of attribute region.
Method Summary
Methods included from Serializable
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
13 14 15 |
# File 'lib/oneaccess/data_object/city.rb', line 13 def code @code end |
#country ⇒ Object
Returns the value of attribute country.
17 18 19 |
# File 'lib/oneaccess/data_object/city.rb', line 17 def country @country end |
#description ⇒ Object
Returns the value of attribute description.
14 15 16 |
# File 'lib/oneaccess/data_object/city.rb', line 14 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
11 12 13 |
# File 'lib/oneaccess/data_object/city.rb', line 11 def id @id end |
#latitude ⇒ Object
Returns the value of attribute latitude.
16 17 18 |
# File 'lib/oneaccess/data_object/city.rb', line 16 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude.
15 16 17 |
# File 'lib/oneaccess/data_object/city.rb', line 15 def longitude @longitude end |
#name ⇒ Object
Returns the value of attribute name.
12 13 14 |
# File 'lib/oneaccess/data_object/city.rb', line 12 def name @name end |
#region ⇒ Object
Returns the value of attribute region.
18 19 20 |
# File 'lib/oneaccess/data_object/city.rb', line 18 def region @region end |