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



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

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

#hamObject



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

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

#removeObject



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

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

#spamObject



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

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