Class: PlaceSearchInfo

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb

Constant Summary collapse

NAME =
1
ADDRESS =
2
LATITUDE =
3
LONGITUDE =
4
CATEGORYID =
5
FIELDS =
{
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
  ADDRESS => {:type => ::Thrift::Types::STRING, :name => 'address'},
  LATITUDE => {:type => ::Thrift::Types::DOUBLE, :name => 'latitude'},
  LONGITUDE => {:type => ::Thrift::Types::DOUBLE, :name => 'longitude'},
  CATEGORYID => {:type => ::Thrift::Types::STRING, :name => 'categoryId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



15330
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15330

def struct_fields; FIELDS; end

#validateObject



15332
15333
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15332

def validate
end