Class: Wikidatum::DataType::GlobeCoordinate::HumanizedStruct
- Inherits:
-
Struct
- Object
- Struct
- Wikidatum::DataType::GlobeCoordinate::HumanizedStruct
- Defined in:
- lib/wikidatum/data_type/globe_coordinate.rb
Instance Attribute Summary collapse
-
#globe ⇒ Object
Returns the value of attribute globe.
-
#latitude ⇒ Object
Returns the value of attribute latitude.
-
#longitude ⇒ Object
Returns the value of attribute longitude.
-
#precision ⇒ Object
Returns the value of attribute precision.
Instance Attribute Details
#globe ⇒ Object
Returns the value of attribute globe
66 67 68 |
# File 'lib/wikidatum/data_type/globe_coordinate.rb', line 66 def globe @globe end |
#latitude ⇒ Object
Returns the value of attribute latitude
66 67 68 |
# File 'lib/wikidatum/data_type/globe_coordinate.rb', line 66 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude
66 67 68 |
# File 'lib/wikidatum/data_type/globe_coordinate.rb', line 66 def longitude @longitude end |
#precision ⇒ Object
Returns the value of attribute precision
66 67 68 |
# File 'lib/wikidatum/data_type/globe_coordinate.rb', line 66 def precision @precision end |