Class: OData::Properties::GeographyPoint

Inherits:
OData::Property show all
Defined in:
lib/odata/properties/geography_point.rb

Instance Attribute Summary

Attributes inherited from OData::Property

#name, #value

Instance Method Summary collapse

Methods inherited from OData::Property

#==, #allows_nil?, #concurrency_mode, #initialize, #to_xml, #url_value, #xml_value

Constructor Details

This class inherits a constructor from OData::Property

Instance Method Details

#typeObject



4
5
6
# File 'lib/odata/properties/geography_point.rb', line 4

def type
  'Edm.GeographyPoint'
end