Class: Tucano::Item
- Inherits:
-
Object
- Object
- Tucano::Item
- Defined in:
- lib/tucano.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#description ⇒ Object
Returns the value of attribute description.
-
#image ⇒ Object
Returns the value of attribute image.
-
#name ⇒ Object
Returns the value of attribute name.
-
#price ⇒ Object
Returns the value of attribute price.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category.
5 6 7 |
# File 'lib/tucano.rb', line 5 def category @category end |
#currency ⇒ Object
Returns the value of attribute currency.
5 6 7 |
# File 'lib/tucano.rb', line 5 def currency @currency end |
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/tucano.rb', line 5 def description @description end |
#image ⇒ Object
Returns the value of attribute image.
5 6 7 |
# File 'lib/tucano.rb', line 5 def image @image end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/tucano.rb', line 5 def name @name end |
#price ⇒ Object
Returns the value of attribute price.
5 6 7 |
# File 'lib/tucano.rb', line 5 def price @price end |
#url ⇒ Object
Returns the value of attribute url.
5 6 7 |
# File 'lib/tucano.rb', line 5 def url @url end |