Class: ProximityMatchCandidateResult

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

USERS =
1
BUDDIES =
2
ENDOFRESULT =
91
FIELDS =
{
  USERS => {:type => ::Thrift::Types::LIST, :name => 'users', :element => {:type => ::Thrift::Types::STRUCT, :class => ::ProximityMatchCandidateEntry}},
  BUDDIES => {:type => ::Thrift::Types::LIST, :name => 'buddies', :element => {:type => ::Thrift::Types::STRUCT, :class => ::ProximityMatchCandidateEntry}},
  ENDOFRESULT => {:type => ::Thrift::Types::BOOL, :name => 'endOfResult'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end