Class: BigcommerceAPI::Image
- Defined in:
- lib/bigcommerce_api/image.rb
Instance Attribute Summary collapse
-
#date_created ⇒ Object
Returns the value of attribute date_created.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#image_file ⇒ Object
Returns the value of attribute image_file.
-
#is_thumbnail ⇒ Object
Returns the value of attribute is_thumbnail.
-
#product_id ⇒ Object
Returns the value of attribute product_id.
-
#sort_order ⇒ Object
Returns the value of attribute sort_order.
-
#standard_url ⇒ Object
Returns the value of attribute standard_url.
-
#thumbnail_url ⇒ Object
Returns the value of attribute thumbnail_url.
-
#tiny_url ⇒ Object
Returns the value of attribute tiny_url.
-
#zoom_url ⇒ Object
Returns the value of attribute zoom_url.
Attributes inherited from Resource
Method Summary
Methods inherited from Resource
all, belongs_to, #changed, #create, find, #find_for_reload, has_many, has_one, http_request, #initialize, #mark_dirty!, #parent, #reload, resource, #resource, #resource_url, #save
Methods inherited from Base
#attributes, clean!, date_adjust, #initialize, #store, #time, to_rfc2822
Constructor Details
This class inherits a constructor from BigcommerceAPI::Resource
Instance Attribute Details
#date_created ⇒ Object
Returns the value of attribute date_created.
4 5 6 |
# File 'lib/bigcommerce_api/image.rb', line 4 def date_created @date_created end |
#description ⇒ Object
Returns the value of attribute description.
4 5 6 |
# File 'lib/bigcommerce_api/image.rb', line 4 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/bigcommerce_api/image.rb', line 4 def id @id end |
#image_file ⇒ Object
Returns the value of attribute image_file.
4 5 6 |
# File 'lib/bigcommerce_api/image.rb', line 4 def image_file @image_file end |
#is_thumbnail ⇒ Object
Returns the value of attribute is_thumbnail.
4 5 6 |
# File 'lib/bigcommerce_api/image.rb', line 4 def is_thumbnail @is_thumbnail end |
#product_id ⇒ Object
Returns the value of attribute product_id.
4 5 6 |
# File 'lib/bigcommerce_api/image.rb', line 4 def product_id @product_id end |
#sort_order ⇒ Object
Returns the value of attribute sort_order.
4 5 6 |
# File 'lib/bigcommerce_api/image.rb', line 4 def sort_order @sort_order end |
#standard_url ⇒ Object
Returns the value of attribute standard_url.
4 5 6 |
# File 'lib/bigcommerce_api/image.rb', line 4 def standard_url @standard_url end |
#thumbnail_url ⇒ Object
Returns the value of attribute thumbnail_url.
4 5 6 |
# File 'lib/bigcommerce_api/image.rb', line 4 def thumbnail_url @thumbnail_url end |
#tiny_url ⇒ Object
Returns the value of attribute tiny_url.
4 5 6 |
# File 'lib/bigcommerce_api/image.rb', line 4 def tiny_url @tiny_url end |
#zoom_url ⇒ Object
Returns the value of attribute zoom_url.
4 5 6 |
# File 'lib/bigcommerce_api/image.rb', line 4 def zoom_url @zoom_url end |