Class: ProximityMatchCandidateEntry

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

CONTACT =
1
BUDDYDETAIL =
11
FIELDS =
{
  CONTACT => {:type => ::Thrift::Types::STRUCT, :name => 'contact', :class => ::Contact},
  BUDDYDETAIL => {:type => ::Thrift::Types::STRUCT, :name => 'buddyDetail', :class => ::BuddyDetail}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end