Class: GetBrowsingHistoryRequest
- Inherits:
-
Object
- Object
- GetBrowsingHistoryRequest
- 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
- PRODUCTTYPES =
1
- CONTINUATIONTOKEN =
2
- LIMIT =
3
- SHOPFILTER =
4
- FIELDS =
{ PRODUCTTYPES => {:type => ::Thrift::Types::SET, :name => 'productTypes', :element => {:type => ::Thrift::Types::I32, :enum_class => ::P0_a_a_b_a_a_t1}}, CONTINUATIONTOKEN => {:type => ::Thrift::Types::STRING, :name => 'continuationToken'}, LIMIT => {:type => ::Thrift::Types::I32, :name => 'limit'}, SHOPFILTER => {:type => ::Thrift::Types::STRUCT, :name => 'shopFilter', :class => ::ShopFilter} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
11969 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 11969 def struct_fields; FIELDS; end |
#validate ⇒ Object
11971 11972 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 11971 def validate end |