class ChangeSubscriptionResponse

Constants

CONFIRMURL
FIELDS
ORDERID
RESULT

Public Instance Methods

struct_fields() click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 11570
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 11572
def validate
  unless @result.nil? || ::P0_a_a_b_a_a_j3::VALID_VALUES.include?(@result)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field result!')
  end
end