Class: GeocodeBoundingBox

Inherits:
Object
  • Object
show all
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_fieldsObject



122
# File 'lib/thrift/geocoder_types.rb', line 122

def struct_fields; FIELDS; end

#validateObject



124
125
# File 'lib/thrift/geocoder_types.rb', line 124

def validate
end