Class: Nuvemshop::Product::Image

Inherits:
BaseModel show all
Defined in:
lib/nuvemshop/product/image.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

attr_accessor, attributes, #attributes, #pretty_print

Methods included from Extensions::MassAssignment

#initialize

Instance Attribute Details

#altString

The alt of this object.

Returns:

  • (String)

    the current value of alt



10
11
12
# File 'lib/nuvemshop/product/image.rb', line 10

def alt
  @alt
end

#created_atString

The created_at of this object.

Returns:

  • (String)

    the current value of created_at



10
11
12
# File 'lib/nuvemshop/product/image.rb', line 10

def created_at
  @created_at
end

#idString

The id of this object.

Returns:

  • (String)

    the current value of id



10
11
12
# File 'lib/nuvemshop/product/image.rb', line 10

def id
  @id
end

#positionString

The position of this object.

Returns:

  • (String)

    the current value of position



10
11
12
# File 'lib/nuvemshop/product/image.rb', line 10

def position
  @position
end

#product_idString

The product_id of this object.

Returns:

  • (String)

    the current value of product_id



10
11
12
# File 'lib/nuvemshop/product/image.rb', line 10

def product_id
  @product_id
end

#srcString

The src of this object.

Returns:

  • (String)

    the current value of src



10
11
12
# File 'lib/nuvemshop/product/image.rb', line 10

def src
  @src
end

#updated_atString

The updated_at of this object.

Returns:

  • (String)

    the current value of updated_at



10
11
12
# File 'lib/nuvemshop/product/image.rb', line 10

def updated_at
  @updated_at
end