Class: NearbyEntry

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

EMID =
1
DISTANCE =
2
LASTUPDATEDINSEC =
3
PROPERTY =
4
PROFILE =
5
FIELDS =
{
  EMID => {:type => ::Thrift::Types::STRING, :name => 'emid'},
  DISTANCE => {:type => ::Thrift::Types::DOUBLE, :name => 'distance'},
  LASTUPDATEDINSEC => {:type => ::Thrift::Types::I32, :name => 'lastUpdatedInSec'},
  PROPERTY => {:type => ::Thrift::Types::MAP, :name => 'property', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRING}},
  PROFILE => {:type => ::Thrift::Types::STRUCT, :name => 'profile', :class => ::Profile}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end