Class: EBay::ItemTotalsType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsItemTotalsType

totalQuantity - SOAP::SOAPLong
totalValue - EBay::AmountType

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#totalQuantityObject

Returns the value of attribute totalQuantity.



25377
25378
25379
# File 'lib/eBay.rb', line 25377

def totalQuantity
  @totalQuantity
end

#totalValueObject

Returns the value of attribute totalValue.



25378
25379
25380
# File 'lib/eBay.rb', line 25378

def totalValue
  @totalValue
end