Class: GeocodeBoundingBox
- Inherits:
-
Object
- Object
- GeocodeBoundingBox
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/geocoder_types.rb
Constant Summary collapse
- NE =
1
- SW =
2
- FIELDS =
{ NE => {:type => ::Thrift::Types::STRUCT, :name => 'ne', :class => ::GeocodePoint}, SW => {:type => ::Thrift::Types::STRUCT, :name => 'sw', :class => ::GeocodePoint} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
122 |
# File 'lib/thrift/geocoder_types.rb', line 122 def struct_fields; FIELDS; end |
#validate ⇒ Object
124 125 |
# File 'lib/thrift/geocoder_types.rb', line 124 def validate end |