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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end