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