Class: Tucano::Item

Inherits:
Object
  • Object
show all
Defined in:
lib/tucano.rb

Instance Attribute Summary collapse

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



6
7
8
# File 'lib/tucano.rb', line 6

def category
  @category
end

#currencyObject

Returns the value of attribute currency.



6
7
8
# File 'lib/tucano.rb', line 6

def currency
  @currency
end

#descriptionObject

Returns the value of attribute description.



6
7
8
# File 'lib/tucano.rb', line 6

def description
  @description
end

#imageObject

Returns the value of attribute image.



6
7
8
# File 'lib/tucano.rb', line 6

def image
  @image
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/tucano.rb', line 6

def name
  @name
end

#priceObject

Returns the value of attribute price.



6
7
8
# File 'lib/tucano.rb', line 6

def price
  @price
end