Class: Payrix::Resource::EntityReturns
- Defined in:
- lib/payrix/resource/entity_returns.rb
Constant Summary collapse
- ATTRS =
[:id, :created, :modified, :creator, :modifier, :login, :entity, :payment, :txn, :disbursement, :actionCode, :code, :message, :inactive, :frozen]
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(params) ⇒ EntityReturns
constructor
A new instance of EntityReturns.
Methods included from Mixin::CreateDisabled
Methods included from Mixin::DeleteDisabled
Methods included from Mixin::UpdateDisabled
Methods inherited from Base
#create, #delete, #details, #has_errors?, #has_more?, #request_options, #request_options=, #response, #retrieve, #set, #status, #to_json, #totals, #update
Constructor Details
#initialize(params) ⇒ EntityReturns
Returns a new instance of EntityReturns.
8 9 10 11 12 |
# File 'lib/payrix/resource/entity_returns.rb', line 8 def initialize(params) super(params, ATTRS) @resource_name = 'entityReturns' end |