Class: Judopay::Wallet
- Inherits:
-
TransmittedField
- Object
- Model
- TransmittedField
- Judopay::Wallet
- 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
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 |