Class: Payrix::Resource::ReserveEntries

Inherits:
Base
  • Object
show all
Includes:
Mixin::DeleteDisabled, Mixin::UpdateDisabled
Defined in:
lib/payrix/resource/reserve_entries.rb

Constant Summary collapse

ATTRS =
[:id, :created, :modified, :creator, :modifier, 
:login, :fund, :txn, :hold, :reserve, 
:entityReserve, :reserveEntry, :description, :release, :amount, 
:onentity, :entry, :event, :eventId, :status, 
:statusMessage]

Instance Attribute Summary

Attributes inherited from Base

#resource_name

Instance Method Summary collapse

Methods included from Mixin::DeleteDisabled

#delete

Methods included from Mixin::UpdateDisabled

#update

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) ⇒ ReserveEntries

Returns a new instance of ReserveEntries.



7
8
9
10
11
# File 'lib/payrix/resource/reserve_entries.rb', line 7

def initialize(params)
  super(params, ATTRS)

  @resource_name = 'reserveEntries'
end