Class: ItemTotalsType

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

Overview

urn:ebay:apis:eBLBaseComponentsItemTotalsType

totalQuantity - SOAP::SOAPLong
totalValue - AmountType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(totalQuantity = nil, totalValue = nil) ⇒ ItemTotalsType

Returns a new instance of ItemTotalsType.



20121
20122
20123
20124
# File 'lib/eBay.rb', line 20121

def initialize(totalQuantity = nil, totalValue = nil)
  @totalQuantity = totalQuantity
  @totalValue = totalValue
end

Instance Attribute Details

#totalQuantityObject

Returns the value of attribute totalQuantity.



20118
20119
20120
# File 'lib/eBay.rb', line 20118

def totalQuantity
  @totalQuantity
end

#totalValueObject

Returns the value of attribute totalValue.



20119
20120
20121
# File 'lib/eBay.rb', line 20119

def totalValue
  @totalValue
end