Class: EBay::InventoryStatusType

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

Overview

urn:ebay:apis:eBLBaseComponentsInventoryStatusType

sKU - (any)
itemID - (any)
startPrice - EBay::AmountType
quantity - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sKU = nil, itemID = nil, startPrice = nil, quantity = nil) ⇒ InventoryStatusType

Returns a new instance of InventoryStatusType.



25104
25105
25106
25107
25108
25109
25110
# File 'lib/eBay.rb', line 25104

def initialize(sKU = nil, itemID = nil, startPrice = nil, quantity = nil)
  @sKU = sKU
  @itemID = itemID
  @startPrice = startPrice
  @quantity = quantity
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



25098
25099
25100
# File 'lib/eBay.rb', line 25098

def __xmlele_any
  @__xmlele_any
end

#itemIDObject

Returns the value of attribute itemID.



25095
25096
25097
# File 'lib/eBay.rb', line 25095

def itemID
  @itemID
end

#quantityObject

Returns the value of attribute quantity.



25097
25098
25099
# File 'lib/eBay.rb', line 25097

def quantity
  @quantity
end

#sKUObject

Returns the value of attribute sKU.



25094
25095
25096
# File 'lib/eBay.rb', line 25094

def sKU
  @sKU
end

#startPriceObject

Returns the value of attribute startPrice.



25096
25097
25098
# File 'lib/eBay.rb', line 25096

def startPrice
  @startPrice
end

Instance Method Details

#set_any(elements) ⇒ Object



25100
25101
25102
# File 'lib/eBay.rb', line 25100

def set_any(elements)
  @__xmlele_any = elements
end