Class: Shopify::Blog

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

Overview

/admin/blogs.xml

Instance Attribute Summary collapse

Attributes inherited from ShopifyModel

#shop

Instance Method Summary collapse

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

#commentableObject

Returns the value of attribute commentable.



55
56
57
# File 'lib/shopify.rb', line 55

def commentable
  @commentable
end

#feedburnerObject

Returns the value of attribute feedburner.



55
56
57
# File 'lib/shopify.rb', line 55

def feedburner
  @feedburner
end

#feedburner_locationsObject

Returns the value of attribute feedburner_locations.



55
56
57
# File 'lib/shopify.rb', line 55

def feedburner_locations
  @feedburner_locations
end

#handleObject

Returns the value of attribute handle.



55
56
57
# File 'lib/shopify.rb', line 55

def handle
  @handle
end

#idObject

Returns the value of attribute id.



55
56
57
# File 'lib/shopify.rb', line 55

def id
  @id
end

#shop_idObject

Returns the value of attribute shop_id.



55
56
57
# File 'lib/shopify.rb', line 55

def shop_id
  @shop_id
end

#titleObject

Returns the value of attribute title.



55
56
57
# File 'lib/shopify.rb', line 55

def title
  @title
end

#updated_atObject

Returns the value of attribute updated_at.



55
56
57
# File 'lib/shopify.rb', line 55

def updated_at
  @updated_at
end

Instance Method Details

#articlesObject

Get all articles in this blog.



58
59
# File 'lib/shopify.rb', line 58

def articles
end