Class: ShopifyAPI::GiftCard
- Inherits:
-
Base
- Object
- ActiveResource::Base
- Base
- ShopifyAPI::GiftCard
- Defined in:
- lib/shopify_api/resources/gift_card.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
#disable ⇒ Object
3 4 5 |
# File 'lib/shopify_api/resources/gift_card.rb', line 3 def disable load_attributes_from_response(post(:disable)) end |