Class: Shopify::Collect

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

Overview

/admin/collects.xml

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

#collection_idObject

Returns the value of attribute collection_id.



80
81
82
# File 'lib/shopify.rb', line 80

def collection_id
  @collection_id
end

Returns the value of attribute featured.



80
81
82
# File 'lib/shopify.rb', line 80

def featured
  @featured
end

#idObject

Returns the value of attribute id.



80
81
82
# File 'lib/shopify.rb', line 80

def id
  @id
end

#positionObject

Returns the value of attribute position.



80
81
82
# File 'lib/shopify.rb', line 80

def position
  @position
end

#product_idObject

Returns the value of attribute product_id.



80
81
82
# File 'lib/shopify.rb', line 80

def product_id
  @product_id
end