Class: PurchaseSubscriptionResponse

Inherits:
Object
  • Object
show all
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
ORDERID =
2
CONFIRMURL =
3
FIELDS =
{
  RESULT => {:type => ::Thrift::Types::I32, :name => 'result', :enum_class => ::J0_a_a_b_a_a_p3},
  ORDERID => {:type => ::Thrift::Types::STRING, :name => 'orderId'},
  CONFIRMURL => {:type => ::Thrift::Types::STRING, :name => 'confirmUrl'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



9534
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 9534

def struct_fields; FIELDS; end

#validateObject



9536
9537
9538
9539
9540
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 9536

def validate
  unless @result.nil? || ::J0_a_a_b_a_a_p3::VALID_VALUES.include?(@result)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field result!')
  end
end