Class: Shopify::Image

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

Overview

/admin/products//images.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

#idObject

Returns the value of attribute id.



150
151
152
# File 'lib/shopify.rb', line 150

def id
  @id
end

#positionObject

Returns the value of attribute position.



150
151
152
# File 'lib/shopify.rb', line 150

def position
  @position
end

#product_idObject

Returns the value of attribute product_id.



150
151
152
# File 'lib/shopify.rb', line 150

def product_id
  @product_id
end

#srcObject

Returns the value of attribute src.



150
151
152
# File 'lib/shopify.rb', line 150

def src
  @src
end