class CallService::GetCallCreditProducts_args

Constants

APPSTORECODE
COUNTRY
FIELDS
LANGUAGE
PGCODE

Public Instance Methods

struct_fields() click to toggle source
# File lib/linerb/gen-rb/call_service.rb, line 653
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/linerb/gen-rb/call_service.rb, line 655
def validate
  unless @appStoreCode.nil? || ::P0_a_e_a_b_he::VALID_VALUES.include?(@appStoreCode)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field appStoreCode!')
  end
  unless @pgCode.nil? || ::P0_a_e_a_b_fe::VALID_VALUES.include?(@pgCode)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field pgCode!')
  end
end