Class: SuggestDictionarySetting

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

LANGUAGE =
1
NAME =
2
PRELOAD =
3
SUGGESTRESOURCE =
4
PATCH =
5
SUGGESTTAGRESOURCE =
6
TAGPATCH =
7
FIELDS =
{
  LANGUAGE => {:type => ::Thrift::Types::STRING, :name => 'language'},
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
  PRELOAD => {:type => ::Thrift::Types::BOOL, :name => 'preload'},
  SUGGESTRESOURCE => {:type => ::Thrift::Types::STRUCT, :name => 'suggestResource', :class => ::SuggestResource},
  PATCH => {:type => ::Thrift::Types::MAP, :name => 'patch', :key => {:type => ::Thrift::Types::I64}, :value => {:type => ::Thrift::Types::STRING}},
  SUGGESTTAGRESOURCE => {:type => ::Thrift::Types::STRUCT, :name => 'suggestTagResource', :class => ::SuggestResource},
  TAGPATCH => {:type => ::Thrift::Types::MAP, :name => 'tagPatch', :key => {:type => ::Thrift::Types::I64}, :value => {:type => ::Thrift::Types::STRING}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end