Class: IronBank::Actions::Amend
- Inherits:
-
IronBank::Action
- Object
- IronBank::Action
- IronBank::Actions::Amend
- Defined in:
- lib/iron_bank/actions/amend.rb
Overview
Use the amend call to change a subscription www.zuora.com/developer/api-reference/#operation/Action_POSTamend
Instance Method Summary collapse
Methods inherited from IronBank::Action
Instance Method Details
#call ⇒ Object
9 10 11 12 13 |
# File 'lib/iron_bank/actions/amend.rb', line 9 def call # NOTE: The amend response wraps all results in an object, which is # inconsistent with the rest of the `/v1/action` responses. super[:results] end |