Class: App42::Shopping::Cart
- Inherits:
-
App42Response
- Object
- App42Response
- App42::Shopping::Cart
- Defined in:
- lib/shopping/Cart.rb
Instance Attribute Summary collapse
-
#cartId ⇒ Object
Returns the value of attribute cartId.
-
#cartSession ⇒ Object
Returns the value of attribute cartSession.
-
#checkOutTime ⇒ Object
Returns the value of attribute checkOutTime.
-
#creationTime ⇒ Object
Returns the value of attribute creationTime.
-
#isEmpty ⇒ Object
Returns the value of attribute isEmpty.
-
#itemList ⇒ Object
Returns the value of attribute itemList.
-
#payment ⇒ Object
Returns the value of attribute payment.
-
#state ⇒ Object
Returns the value of attribute state.
-
#totalAmount ⇒ Object
Returns the value of attribute totalAmount.
-
#userName ⇒ Object
Returns the value of attribute userName.
Attributes inherited from App42Response
#isResponseSuccess, #strResponse, #totalRecords
Instance Attribute Details
#cartId ⇒ Object
Returns the value of attribute cartId.
17 18 19 |
# File 'lib/shopping/Cart.rb', line 17 def cartId @cartId end |
#cartSession ⇒ Object
Returns the value of attribute cartSession.
17 18 19 |
# File 'lib/shopping/Cart.rb', line 17 def cartSession @cartSession end |
#checkOutTime ⇒ Object
Returns the value of attribute checkOutTime.
17 18 19 |
# File 'lib/shopping/Cart.rb', line 17 def checkOutTime @checkOutTime end |
#creationTime ⇒ Object
Returns the value of attribute creationTime.
17 18 19 |
# File 'lib/shopping/Cart.rb', line 17 def creationTime @creationTime end |
#isEmpty ⇒ Object
Returns the value of attribute isEmpty.
17 18 19 |
# File 'lib/shopping/Cart.rb', line 17 def isEmpty @isEmpty end |
#itemList ⇒ Object
Returns the value of attribute itemList.
17 18 19 |
# File 'lib/shopping/Cart.rb', line 17 def itemList @itemList end |
#payment ⇒ Object
Returns the value of attribute payment.
17 18 19 |
# File 'lib/shopping/Cart.rb', line 17 def payment @payment end |
#state ⇒ Object
Returns the value of attribute state.
17 18 19 |
# File 'lib/shopping/Cart.rb', line 17 def state @state end |
#totalAmount ⇒ Object
Returns the value of attribute totalAmount.
17 18 19 |
# File 'lib/shopping/Cart.rb', line 17 def totalAmount @totalAmount end |
#userName ⇒ Object
Returns the value of attribute userName.
17 18 19 |
# File 'lib/shopping/Cart.rb', line 17 def userName @userName end |