Class: S2CellInfoResponse

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/geocoder_types.rb

Constant Summary collapse

CELLINFOS =
1
FIELDS =
{
  CELLINFOS => {:type => ::Thrift::Types::LIST, :name => 'cellInfos', :default => [
  ], :element => {:type => ::Thrift::Types::STRUCT, :class => ::S2CellIdInfo}, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



753
754
# File 'lib/thrift/geocoder_types.rb', line 753

def validate
end