Class: OData::Properties::GeographyPoint
- Inherits:
-
OData::Property
- Object
- OData::Property
- OData::Properties::GeographyPoint
- Defined in:
- lib/odata/properties/geography_point.rb
Instance Attribute Summary
Attributes inherited from OData::Property
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
#type ⇒ Object
4 5 6 |
# File 'lib/odata/properties/geography_point.rb', line 4 def type 'Edm.GeographyPoint' end |