Class: App42::AppTab::Test
- Inherits:
-
App42Response
- Object
- App42Response
- App42::AppTab::Test
- Defined in:
- lib/appTab/Test.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#discountDetails ⇒ Object
Returns the value of attribute discountDetails.
-
#discountList ⇒ Object
Returns the value of attribute discountList.
-
#name ⇒ Object
Returns the value of attribute name.
-
#promoCode ⇒ Object
Returns the value of attribute promoCode.
Attributes inherited from App42Response
#isResponseSuccess, #strResponse, #totalRecords
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
16 17 18 |
# File 'lib/appTab/Test.rb', line 16 def description @description end |
#discountDetails ⇒ Object
Returns the value of attribute discountDetails.
16 17 18 |
# File 'lib/appTab/Test.rb', line 16 def discountDetails @discountDetails end |
#discountList ⇒ Object
Returns the value of attribute discountList.
16 17 18 |
# File 'lib/appTab/Test.rb', line 16 def discountList @discountList end |
#name ⇒ Object
Returns the value of attribute name.
16 17 18 |
# File 'lib/appTab/Test.rb', line 16 def name @name end |
#promoCode ⇒ Object
Returns the value of attribute promoCode.
16 17 18 |
# File 'lib/appTab/Test.rb', line 16 def promoCode @promoCode end |