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 => ::J0_a_a_b_a_a_z1}}, 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
10889 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 10889 def struct_fields; FIELDS; end |
#validate ⇒ Object
10891 10892 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 10891 def validate end |