Class: Payrix::Resource::EntityReserves
- Includes:
- Mixin::DeleteDisabled
- Defined in:
- lib/payrix/resource/entity_reserves.rb
Constant Summary collapse
- ATTRS =
[:id, :created, :modified, :creator, :modifier, :login, :fund, :total, :name, :description, :requestSequence, :processedSequence]
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(params) ⇒ EntityReserves
constructor
A new instance of EntityReserves.
Methods included from Mixin::DeleteDisabled
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) ⇒ EntityReserves
Returns a new instance of EntityReserves.
6 7 8 9 10 |
# File 'lib/payrix/resource/entity_reserves.rb', line 6 def initialize(params) super(params, ATTRS) @resource_name = 'entityReserves' end |