Class: App42::Shopping::Cart

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

Instance Attribute Summary collapse

Attributes inherited from App42Response

#isResponseSuccess, #strResponse, #totalRecords

Instance Attribute Details

#cartIdObject

Returns the value of attribute cartId.



17
18
19
# File 'lib/shopping/Cart.rb', line 17

def cartId
  @cartId
end

#cartSessionObject

Returns the value of attribute cartSession.



17
18
19
# File 'lib/shopping/Cart.rb', line 17

def cartSession
  @cartSession
end

#checkOutTimeObject

Returns the value of attribute checkOutTime.



17
18
19
# File 'lib/shopping/Cart.rb', line 17

def checkOutTime
  @checkOutTime
end

#creationTimeObject

Returns the value of attribute creationTime.



17
18
19
# File 'lib/shopping/Cart.rb', line 17

def creationTime
  @creationTime
end

#isEmptyObject

Returns the value of attribute isEmpty.



17
18
19
# File 'lib/shopping/Cart.rb', line 17

def isEmpty
  @isEmpty
end

#itemListObject

Returns the value of attribute itemList.



17
18
19
# File 'lib/shopping/Cart.rb', line 17

def itemList
  @itemList
end

#paymentObject

Returns the value of attribute payment.



17
18
19
# File 'lib/shopping/Cart.rb', line 17

def payment
  @payment
end

#stateObject

Returns the value of attribute state.



17
18
19
# File 'lib/shopping/Cart.rb', line 17

def state
  @state
end

#totalAmountObject

Returns the value of attribute totalAmount.



17
18
19
# File 'lib/shopping/Cart.rb', line 17

def totalAmount
  @totalAmount
end

#userNameObject

Returns the value of attribute userName.



17
18
19
# File 'lib/shopping/Cart.rb', line 17

def userName
  @userName
end