Class: ShopifyAPI::ApplicationCharge

Inherits:
Base
  • Object
show all
Defined in:
lib/shopify_api.rb

Instance Method Summary collapse

Methods included from Countable

#count

Instance Method Details

#activateObject



497
498
499
# File 'lib/shopify_api.rb', line 497

def activate
  load_attributes_from_response(post(:activate))
end