Class: ShopifyAPI::ApplicationCharge
- Inherits:
-
Base
- Object
- ActiveResource::Base
- Base
- ShopifyAPI::ApplicationCharge
- Defined in:
- lib/shopify_api/resources/application_charge.rb
Instance Method Summary collapse
Methods inherited from Base
activate_session, #as_json, clear_session, #encode, #headers, init_prefix, init_prefix_explicit, #persisted?
Methods included from Countable
Methods inherited from ActiveResource::Base
Instance Method Details
#activate ⇒ Object
11 12 13 |
# File 'lib/shopify_api/resources/application_charge.rb', line 11 def activate load_attributes_from_response(post(:activate)) end |