Class: ProximityMatchCandidateResult
- Inherits:
-
Object
- Object
- ProximityMatchCandidateResult
- 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_fields ⇒ Object
15302 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15302 def struct_fields; FIELDS; end |
#validate ⇒ Object
15304 15305 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15304 def validate end |