Class: App42::Shopping::ItemData
- Inherits:
-
App42Response
- Object
- App42Response
- App42::Shopping::ItemData
- Defined in:
- lib/shopping/ItemData.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#image ⇒ Object
Returns the value of attribute image.
-
#itemId ⇒ Object
Returns the value of attribute itemId.
-
#name ⇒ Object
Returns the value of attribute name.
-
#price ⇒ Object
Returns the value of attribute price.
Attributes inherited from App42Response
#isResponseSuccess, #strResponse, #totalRecords
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
18 19 20 |
# File 'lib/shopping/ItemData.rb', line 18 def description @description end |
#image ⇒ Object
Returns the value of attribute image.
18 19 20 |
# File 'lib/shopping/ItemData.rb', line 18 def image @image end |
#itemId ⇒ Object
Returns the value of attribute itemId.
18 19 20 |
# File 'lib/shopping/ItemData.rb', line 18 def itemId @itemId end |
#name ⇒ Object
Returns the value of attribute name.
18 19 20 |
# File 'lib/shopping/ItemData.rb', line 18 def name @name end |
#price ⇒ Object
Returns the value of attribute price.
18 19 20 |
# File 'lib/shopping/ItemData.rb', line 18 def price @price end |