Class: SearchSection

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

TYPE =
1
TITLE =
2
KEYWORDINFOS =
3
FIELDS =
{
  TYPE => {:type => ::Thrift::Types::I32, :name => 'type'},
  TITLE => {:type => ::Thrift::Types::STRING, :name => 'title'},
  KEYWORDINFOS => {:type => ::Thrift::Types::LIST, :name => 'keywordInfos', :element => {:type => ::Thrift::Types::STRUCT, :class => ::KeywordInfo}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end