Class: Payrix::Resource::AlertActions
- Defined in:
- lib/payrix/resource/alert_actions.rb
Constant Summary collapse
- ATTRS =
[:id, :created, :modified, :creator, :modifier, :type, :options, :value, :alert, :retries, :headerName, :headerValue]
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(params) ⇒ AlertActions
constructor
A new instance of AlertActions.
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) ⇒ AlertActions
Returns a new instance of AlertActions.
5 6 7 8 9 |
# File 'lib/payrix/resource/alert_actions.rb', line 5 def initialize(params) super(params, ATTRS) @resource_name = 'alertActions' end |