Class: AutocompleteResult

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

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_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end