Class: Judopay::Wallet

Inherits:
TransmittedField show all
Defined in:
lib/judopay/models/inner/wallet.rb

Constant Summary

Constants inherited from TransmittedField

TransmittedField::WRONG_JSON_ERROR_MESSAGE, TransmittedField::WRONG_OBJECT_ERROR_MESSAGE

Constants inherited from Model

Model::VALID_PAGING_OPTIONS

Class Method Summary collapse

Methods inherited from TransmittedField

#==

Methods inherited from Model

all, check_api_method_is_supported, #check_api_method_is_supported, #check_judo_id, #create, find, #resource_path, #valid_api_methods, valid_options, #validate

Class Method Details

.new(*args) ⇒ Object



25
26
27
28
# File 'lib/judopay/models/inner/wallet.rb', line 25

def self.new(*args)
  self.field_name = 'wallet'
  super(*args)
end