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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end