Class: EBay::ItemTotalsType
- Inherits:
-
Object
- Object
- EBay::ItemTotalsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsItemTotalsType
totalQuantity - SOAP::SOAPLong
totalValue - EBay::AmountType
Instance Attribute Summary collapse
-
#totalQuantity ⇒ Object
Returns the value of attribute totalQuantity.
-
#totalValue ⇒ Object
Returns the value of attribute totalValue.
Instance Method Summary collapse
-
#initialize(totalQuantity = nil, totalValue = nil) ⇒ ItemTotalsType
constructor
A new instance of ItemTotalsType.
Constructor Details
#initialize(totalQuantity = nil, totalValue = nil) ⇒ ItemTotalsType
Returns a new instance of ItemTotalsType.
25380 25381 25382 25383 |
# File 'lib/eBay.rb', line 25380 def initialize(totalQuantity = nil, totalValue = nil) @totalQuantity = totalQuantity @totalValue = totalValue end |
Instance Attribute Details
#totalQuantity ⇒ Object
Returns the value of attribute totalQuantity.
25377 25378 25379 |
# File 'lib/eBay.rb', line 25377 def totalQuantity @totalQuantity end |
#totalValue ⇒ Object
Returns the value of attribute totalValue.
25378 25379 25380 |
# File 'lib/eBay.rb', line 25378 def totalValue @totalValue end |