Class: Location
- Inherits:
-
Struct
- Object
- Struct
- Location
- Defined in:
- lib/mas/location.rb
Instance Attribute Summary collapse
-
#latitude ⇒ Object
Returns the value of attribute latitude.
-
#longitude ⇒ Object
Returns the value of attribute longitude.
Instance Attribute Details
#latitude ⇒ Object
Returns the value of attribute latitude
1 2 3 |
# File 'lib/mas/location.rb', line 1 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude
1 2 3 |
# File 'lib/mas/location.rb', line 1 def longitude @longitude end |