Class: BusinessCatalyst::CSV::ProductAttribute::Option

Inherits:
Struct
  • Object
show all
Defined in:
lib/business_catalyst/csv/product_attribute.rb

Instance Attribute Summary collapse

Instance Attribute Details

#imageObject

Returns the value of attribute image

Returns:

  • (Object)

    the current value of image



33
34
35
# File 'lib/business_catalyst/csv/product_attribute.rb', line 33

def image
  @image
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



33
34
35
# File 'lib/business_catalyst/csv/product_attribute.rb', line 33

def name
  @name
end

#priceObject

Returns the value of attribute price

Returns:

  • (Object)

    the current value of price



33
34
35
# File 'lib/business_catalyst/csv/product_attribute.rb', line 33

def price
  @price
end