Class: Nuvemshop::Product::Image
- Defined in:
- lib/nuvemshop/product/image.rb
Instance Attribute Summary collapse
-
#alt ⇒ String
The alt of this object.
-
#created_at ⇒ String
The created_at of this object.
-
#id ⇒ String
The id of this object.
-
#position ⇒ String
The position of this object.
-
#product_id ⇒ String
The product_id of this object.
-
#src ⇒ String
The src of this object.
-
#updated_at ⇒ String
The updated_at of this object.
Method Summary
Methods inherited from BaseModel
attr_accessor, attributes, #attributes, #pretty_print
Methods included from Extensions::MassAssignment
Instance Attribute Details
#alt ⇒ String
The alt of this object.
10 11 12 |
# File 'lib/nuvemshop/product/image.rb', line 10 def alt @alt end |
#created_at ⇒ String
The created_at of this object.
10 11 12 |
# File 'lib/nuvemshop/product/image.rb', line 10 def created_at @created_at end |
#id ⇒ String
The id of this object.
10 11 12 |
# File 'lib/nuvemshop/product/image.rb', line 10 def id @id end |
#position ⇒ String
The position of this object.
10 11 12 |
# File 'lib/nuvemshop/product/image.rb', line 10 def position @position end |
#product_id ⇒ String
The product_id of this object.
10 11 12 |
# File 'lib/nuvemshop/product/image.rb', line 10 def product_id @product_id end |
#src ⇒ String
The src of this object.
10 11 12 |
# File 'lib/nuvemshop/product/image.rb', line 10 def src @src end |
#updated_at ⇒ String
The updated_at of this object.
10 11 12 |
# File 'lib/nuvemshop/product/image.rb', line 10 def updated_at @updated_at end |