Class: TZDetect::Position
- Inherits:
-
Struct
- Object
- Struct
- TZDetect::Position
- Defined in:
- lib/tzdetect/geocoder.rb
Instance Attribute Summary collapse
-
#latitude ⇒ Object
Returns the value of attribute latitude.
-
#longitude ⇒ Object
Returns the value of attribute longitude.
-
#timezone ⇒ Object
Returns the value of attribute timezone.
Instance Attribute Details
#latitude ⇒ Object
Returns the value of attribute latitude
2 3 4 |
# File 'lib/tzdetect/geocoder.rb', line 2 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude
2 3 4 |
# File 'lib/tzdetect/geocoder.rb', line 2 def longitude @longitude end |
#timezone ⇒ Object
Returns the value of attribute timezone
2 3 4 |
# File 'lib/tzdetect/geocoder.rb', line 2 def timezone @timezone end |