ruby-odata/odata

View on GitHub
lib/odata/properties/geography_point.rb

Summary

Maintainability
A
0 mins
Test Coverage
module OData
  module Properties
    class GeographyPoint < OData::Property
      def type
        'Edm.GeographyPoint'
      end
    end
  end
end