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.



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

def category
  @category
end

#currencyObject

Returns the value of attribute currency.



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

def currency
  @currency
end

#descriptionObject

Returns the value of attribute description.



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

def description
  @description
end

#imageObject

Returns the value of attribute image.



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

def image
  @image
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#priceObject

Returns the value of attribute price.



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

def price
  @price
end

#urlObject

Returns the value of attribute url.



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

def url
  @url
end