Class: Wikidatum::DataType::GlobeCoordinate::HumanizedStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/wikidatum/data_type/globe_coordinate.rb

Instance Attribute Summary collapse

Instance Attribute Details

#globeObject

Returns the value of attribute globe

Returns:

  • (Object)

    the current value of globe


66
67
68
# File 'lib/wikidatum/data_type/globe_coordinate.rb', line 66

def globe
  @globe
end

#latitudeObject

Returns the value of attribute latitude

Returns:

  • (Object)

    the current value of latitude


66
67
68
# File 'lib/wikidatum/data_type/globe_coordinate.rb', line 66

def latitude
  @latitude
end

#longitudeObject

Returns the value of attribute longitude

Returns:

  • (Object)

    the current value of longitude


66
67
68
# File 'lib/wikidatum/data_type/globe_coordinate.rb', line 66

def longitude
  @longitude
end

#precisionObject

Returns the value of attribute precision

Returns:

  • (Object)

    the current value of precision


66
67
68
# File 'lib/wikidatum/data_type/globe_coordinate.rb', line 66

def precision
  @precision
end