Class: App42::Shopping::ItemData

Inherits:
App42Response show all
Defined in:
lib/shopping/ItemData.rb

Instance Attribute Summary collapse

Attributes inherited from App42Response

#isResponseSuccess, #strResponse, #totalRecords

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



18
19
20
# File 'lib/shopping/ItemData.rb', line 18

def description
  @description
end

#imageObject

Returns the value of attribute image.



18
19
20
# File 'lib/shopping/ItemData.rb', line 18

def image
  @image
end

#itemIdObject

Returns the value of attribute itemId.



18
19
20
# File 'lib/shopping/ItemData.rb', line 18

def itemId
  @itemId
end

#nameObject

Returns the value of attribute name.



18
19
20
# File 'lib/shopping/ItemData.rb', line 18

def name
  @name
end

#priceObject

Returns the value of attribute price.



18
19
20
# File 'lib/shopping/ItemData.rb', line 18

def price
  @price
end