Class: AutocompleteRequest

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

QUERY =
1
REGION =
2
SOURCE =
3
SID =
4
FIELDS =
{
  QUERY => {:type => ::Thrift::Types::STRING, :name => 'query'},
  REGION => {:type => ::Thrift::Types::STRING, :name => 'region'},
  SOURCE => {:type => ::Thrift::Types::I32, :name => 'source'},
  SID => {:type => ::Thrift::Types::STRING, :name => 'sid'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end