Class: Pumi::Geodata
- Inherits:
-
Struct
- Object
- Struct
- Pumi::Geodata
- Defined in:
- lib/pumi/geodata.rb
Instance Attribute Summary collapse
-
#bounding_box ⇒ Object
Returns the value of attribute bounding_box.
-
#lat ⇒ Object
Returns the value of attribute lat.
-
#long ⇒ Object
Returns the value of attribute long.
Instance Attribute Details
#bounding_box ⇒ Object
Returns the value of attribute bounding_box
2 3 4 |
# File 'lib/pumi/geodata.rb', line 2 def bounding_box @bounding_box end |
#lat ⇒ Object
Returns the value of attribute lat
2 3 4 |
# File 'lib/pumi/geodata.rb', line 2 def lat @lat end |
#long ⇒ Object
Returns the value of attribute long
2 3 4 |
# File 'lib/pumi/geodata.rb', line 2 def long @long end |