Class: Softlayer::Container::Product::Order::Cart
- Defined in:
- lib/softlayer/container/product/order/cart.rb,
lib/softlayer/container/product/order/cart/item.rb
Defined Under Namespace
Classes: Item, Representer
Instance Attribute Summary collapse
-
#currency_short_name ⇒ Object
Returns the value of attribute currency_short_name.
-
#items ⇒ Object
Returns the value of attribute items.
-
#receipt ⇒ Object
Returns the value of attribute receipt.
-
#saved_cart_id ⇒ Object
Returns the value of attribute saved_cart_id.
-
#saved_cart_key ⇒ Object
Returns the value of attribute saved_cart_key.
-
#saved_cart_name ⇒ Object
Returns the value of attribute saved_cart_name.
Method Summary
Methods inherited from Model
all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer
Methods included from Model::Operations
extended, #filter, included, #limit, #mask, #request_headers
Instance Attribute Details
#currency_short_name ⇒ Object
Returns the value of attribute currency_short_name.
7 8 9 |
# File 'lib/softlayer/container/product/order/cart.rb', line 7 def currency_short_name @currency_short_name end |
#items ⇒ Object
Returns the value of attribute items.
8 9 10 |
# File 'lib/softlayer/container/product/order/cart.rb', line 8 def items @items end |
#receipt ⇒ Object
Returns the value of attribute receipt.
9 10 11 |
# File 'lib/softlayer/container/product/order/cart.rb', line 9 def receipt @receipt end |
#saved_cart_id ⇒ Object
Returns the value of attribute saved_cart_id.
10 11 12 |
# File 'lib/softlayer/container/product/order/cart.rb', line 10 def saved_cart_id @saved_cart_id end |
#saved_cart_key ⇒ Object
Returns the value of attribute saved_cart_key.
11 12 13 |
# File 'lib/softlayer/container/product/order/cart.rb', line 11 def saved_cart_key @saved_cart_key end |
#saved_cart_name ⇒ Object
Returns the value of attribute saved_cart_name.
12 13 14 |
# File 'lib/softlayer/container/product/order/cart.rb', line 12 def saved_cart_name @saved_cart_name end |