Class: GeocodePoint
- Inherits:
-
Object
- Object
- GeocodePoint
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/geocoder_types.rb
Constant Summary collapse
- LAT =
1
- LNG =
2
- FIELDS =
{ LAT => {:type => ::Thrift::Types::DOUBLE, :name => 'lat'}, LNG => {:type => ::Thrift::Types::DOUBLE, :name => 'lng'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
104 |
# File 'lib/thrift/geocoder_types.rb', line 104 def struct_fields; FIELDS; end |
#validate ⇒ Object
106 107 |
# File 'lib/thrift/geocoder_types.rb', line 106 def validate end |