Class: AutocompleteResult
- Inherits:
-
Object
- Object
- AutocompleteResult
- 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
- MODIFIEDQUERIES =
1
- CANDIDATES =
2
- FIELDS =
{ MODIFIEDQUERIES => {:type => ::Thrift::Types::LIST, :name => 'modifiedQueries', :element => {:type => ::Thrift::Types::STRING}}, CANDIDATES => {:type => ::Thrift::Types::LIST, :name => 'candidates', :element => {:type => ::Thrift::Types::STRUCT, :class => ::AutocompleteCandidate}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
8801 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 8801 def struct_fields; FIELDS; end |
#validate ⇒ Object
8803 8804 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 8803 def validate end |