Class: Shopify::Comment

Inherits:
ShopifyModel show all
Defined in:
lib/shopify.rb

Overview

/admin/comments.xml?article_id=*&blog_id=*

Instance Attribute Summary collapse

Attributes inherited from ShopifyModel

#shop

Method Summary

Methods inherited from ShopifyModel

children_of, #initialize, #inspect, instantiate, is_child?, top_level

Constructor Details

This class inherits a constructor from Shopify::ShopifyModel

Instance Attribute Details

#article_idObject

Returns the value of attribute article_id.



74
75
76
# File 'lib/shopify.rb', line 74

def article_id
  @article_id
end

#authorObject

Returns the value of attribute author.



74
75
76
# File 'lib/shopify.rb', line 74

def author
  @author
end

#blog_idObject

Returns the value of attribute blog_id.



74
75
76
# File 'lib/shopify.rb', line 74

def blog_id
  @blog_id
end

#bodyObject

Returns the value of attribute body.



74
75
76
# File 'lib/shopify.rb', line 74

def body
  @body
end

#body_htmlObject

Returns the value of attribute body_html.



74
75
76
# File 'lib/shopify.rb', line 74

def body_html
  @body_html
end

#created_atObject

Returns the value of attribute created_at.



74
75
76
# File 'lib/shopify.rb', line 74

def created_at
  @created_at
end

#emailObject

Returns the value of attribute email.



74
75
76
# File 'lib/shopify.rb', line 74

def email
  @email
end

#idObject

Returns the value of attribute id.



74
75
76
# File 'lib/shopify.rb', line 74

def id
  @id
end

#ipObject

Returns the value of attribute ip.



74
75
76
# File 'lib/shopify.rb', line 74

def ip
  @ip
end

#published_atObject

Returns the value of attribute published_at.



74
75
76
# File 'lib/shopify.rb', line 74

def published_at
  @published_at
end

#shop_idObject

Returns the value of attribute shop_id.



74
75
76
# File 'lib/shopify.rb', line 74

def shop_id
  @shop_id
end

#statusObject

Returns the value of attribute status.



74
75
76
# File 'lib/shopify.rb', line 74

def status
  @status
end

#updated_atObject

Returns the value of attribute updated_at.



74
75
76
# File 'lib/shopify.rb', line 74

def updated_at
  @updated_at
end

#user_agentObject

Returns the value of attribute user_agent.



74
75
76
# File 'lib/shopify.rb', line 74

def user_agent
  @user_agent
end