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