Class: Payrix::Resource::ConfirmCodes

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

Constant Summary collapse

ATTRS =
[:id, :created, :modified, :creator, :modifier, 
:login, :type, :email, :inactive, :frozen]

Instance Attribute Summary

Attributes inherited from Base

#resource_name

Instance Method Summary collapse

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

Returns a new instance of ConfirmCodes.



6
7
8
9
10
# File 'lib/payrix/resource/confirm_codes.rb', line 6

def initialize(params)
  super(params, ATTRS)

  @resource_name = 'confirmCodes'
end