Class: BusinessCatalyst::CSV::ProductAttribute::Option
- Inherits:
-
Struct
- Object
- Struct
- BusinessCatalyst::CSV::ProductAttribute::Option
- Defined in:
- lib/business_catalyst/csv/product_attribute.rb
Instance Attribute Summary collapse
-
#image ⇒ Object
Returns the value of attribute image.
-
#name ⇒ Object
Returns the value of attribute name.
-
#price ⇒ Object
Returns the value of attribute price.
Instance Attribute Details
#image ⇒ Object
Returns the value of attribute image
33 34 35 |
# File 'lib/business_catalyst/csv/product_attribute.rb', line 33 def image @image end |
#name ⇒ Object
Returns the value of attribute name
33 34 35 |
# File 'lib/business_catalyst/csv/product_attribute.rb', line 33 def name @name end |
#price ⇒ Object
Returns the value of attribute price
33 34 35 |
# File 'lib/business_catalyst/csv/product_attribute.rb', line 33 def price @price end |