Class: BigcommerceAPI::Image

Inherits:
Resource show all
Defined in:
lib/bigcommerce_api/image.rb

Instance Attribute Summary collapse

Attributes inherited from Resource

#errors

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_createdObject

Returns the value of attribute date_created.



4
5
6
# File 'lib/bigcommerce_api/image.rb', line 4

def date_created
  @date_created
end

#descriptionObject

Returns the value of attribute description.



4
5
6
# File 'lib/bigcommerce_api/image.rb', line 4

def description
  @description
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/bigcommerce_api/image.rb', line 4

def id
  @id
end

#image_fileObject

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_thumbnailObject

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_idObject

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_orderObject

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_urlObject

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_urlObject

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_urlObject

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_urlObject

Returns the value of attribute zoom_url.



4
5
6
# File 'lib/bigcommerce_api/image.rb', line 4

def zoom_url
  @zoom_url
end