Class: Judopay::PkPayment

Inherits:
TransmittedField show all
Defined in:
lib/judopay/models/inner/pk_payment.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



12
13
14
15
# File 'lib/judopay/models/inner/pk_payment.rb', line 12

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