Class: SubscriptionSlotHistory
- Inherits:
-
Object
- Object
- SubscriptionSlotHistory
- 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
- PRODUCT =
1
- ADDEDTIME =
2
- REMOVEDTIME =
3
- FIELDS =
{ PRODUCT => {:type => ::Thrift::Types::STRUCT, :name => 'product', :class => ::ProductSearchSummary}, ADDEDTIME => {:type => ::Thrift::Types::I64, :name => 'addedTime'}, REMOVEDTIME => {:type => ::Thrift::Types::I64, :name => 'removedTime'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
11301 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 11301 def struct_fields; FIELDS; end |
#validate ⇒ Object
11303 11304 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 11303 def validate end |