Class: GetSubscriptionStatusResponse
- Inherits:
-
Object
- Object
- GetSubscriptionStatusResponse
- 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
- SUBSCRIPTIONS =
1
- HASVALIDSTUDENTINFORMATION =
2
- FIELDS =
{ SUBSCRIPTIONS => {:type => ::Thrift::Types::MAP, :name => 'subscriptions', :key => {:type => ::Thrift::Types::I32, :enum_class => ::P0_a_a_b_a_a_p3}, :value => {:type => ::Thrift::Types::STRUCT, :class => ::SubscriptionStatus}}, HASVALIDSTUDENTINFORMATION => {:type => ::Thrift::Types::BOOL, :name => 'hasValidStudentInformation'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
11441 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 11441 def struct_fields; FIELDS; end |
#validate ⇒ Object
11443 11444 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 11443 def validate end |