Class: SearchResult

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

SID =
1
COLLECTIONS =
2
START =
3
LENGTH =
4
FIELDS =
{
  SID => {:type => ::Thrift::Types::STRING, :name => 'sid'},
  COLLECTIONS => {:type => ::Thrift::Types::LIST, :name => 'collections', :element => {:type => ::Thrift::Types::STRUCT, :class => ::SearchResultCollection}},
  START => {:type => ::Thrift::Types::I32, :name => 'start'},
  LENGTH => {:type => ::Thrift::Types::I32, :name => 'length'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end