Class: AddProductToSubscriptionSlotResponse
- Inherits:
-
Object
- Object
- AddProductToSubscriptionSlotResponse
- 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
- RESULT =
1
- FIELDS =
{ RESULT => {:type => ::Thrift::Types::I32, :name => 'result', :enum_class => ::P0_a_a_b_a_a_r3} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
11093 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 11093 def struct_fields; FIELDS; end |
#validate ⇒ Object
11095 11096 11097 11098 11099 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 11095 def validate unless @result.nil? || ::P0_a_a_b_a_a_r3::VALID_VALUES.include?(@result) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field result!') end end |