Class: ShopifyAPI::Comment

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

Instance Method Summary collapse

Methods included from Countable

#count

Instance Method Details

#approveObject



364
# File 'lib/shopify_api.rb', line 364

def approve; load_attributes_from_response(post(:approve)); end

#hamObject



362
# File 'lib/shopify_api.rb', line 362

def ham; load_attributes_from_response(post(:ham)); end

#removeObject



361
# File 'lib/shopify_api.rb', line 361

def remove; load_attributes_from_response(post(:remove)); end

#spamObject



363
# File 'lib/shopify_api.rb', line 363

def spam; load_attributes_from_response(post(:spam)); end