Class: GetBrowsingHistoryResponse

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

BROWSINGHISTORY =
1
CONTINUATIONTOKEN =
2
TOTALSIZE =
3
FIELDS =
{
  BROWSINGHISTORY => {:type => ::Thrift::Types::LIST, :name => 'browsingHistory', :element => {:type => ::Thrift::Types::STRUCT, :class => ::BrowsingHistory}},
  CONTINUATIONTOKEN => {:type => ::Thrift::Types::STRING, :name => 'continuationToken'},
  TOTALSIZE => {:type => ::Thrift::Types::I32, :name => 'totalSize'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end