Class: ShopifyAPI::Comment
- Defined in:
- lib/shopify_api.rb
Instance Method Summary collapse
Methods included from Countable
Instance Method Details
#approve ⇒ Object
364 |
# File 'lib/shopify_api.rb', line 364 def approve; load_attributes_from_response(post(:approve)); end |
#ham ⇒ Object
362 |
# File 'lib/shopify_api.rb', line 362 def ham; load_attributes_from_response(post(:ham)); end |
#remove ⇒ Object
361 |
# File 'lib/shopify_api.rb', line 361 def remove; load_attributes_from_response(post(:remove)); end |
#spam ⇒ Object
363 |
# File 'lib/shopify_api.rb', line 363 def spam; load_attributes_from_response(post(:spam)); end |