Class: GeoAddressItem

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

LATITUDE =
1
LONGITUDE =
2
DISPLAYADDRESS =
3
FIELDS =
{
  LATITUDE => {:type => ::Thrift::Types::DOUBLE, :name => 'latitude'},
  LONGITUDE => {:type => ::Thrift::Types::DOUBLE, :name => 'longitude'},
  DISPLAYADDRESS => {:type => ::Thrift::Types::STRING, :name => 'displayAddress'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end