Class: SellingManagerProductDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsSellingManagerProductDetailsType

productName - SOAP::SOAPString
partNumber - SOAP::SOAPInt
productPartNumber - SOAP::SOAPString
productID - SOAP::SOAPString
customLabel - SOAP::SOAPString
quantityAvailable - SOAP::SOAPInt
unitCost - AmountType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(productName = nil, partNumber = nil, productPartNumber = nil, productID = nil, customLabel = nil, quantityAvailable = nil, unitCost = nil) ⇒ SellingManagerProductDetailsType

Returns a new instance of SellingManagerProductDetailsType.



23742
23743
23744
23745
23746
23747
23748
23749
23750
23751
# File 'lib/eBay.rb', line 23742

def initialize(productName = nil, partNumber = nil, productPartNumber = nil, productID = nil, customLabel = nil, quantityAvailable = nil, unitCost = nil)
  @productName = productName
  @partNumber = partNumber
  @productPartNumber = productPartNumber
  @productID = productID
  @customLabel = customLabel
  @quantityAvailable = quantityAvailable
  @unitCost = unitCost
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23736
23737
23738
# File 'lib/eBay.rb', line 23736

def __xmlele_any
  @__xmlele_any
end

#customLabelObject

Returns the value of attribute customLabel.



23733
23734
23735
# File 'lib/eBay.rb', line 23733

def customLabel
  @customLabel
end

#partNumberObject

Returns the value of attribute partNumber.



23730
23731
23732
# File 'lib/eBay.rb', line 23730

def partNumber
  @partNumber
end

#productIDObject

Returns the value of attribute productID.



23732
23733
23734
# File 'lib/eBay.rb', line 23732

def productID
  @productID
end

#productNameObject

Returns the value of attribute productName.



23729
23730
23731
# File 'lib/eBay.rb', line 23729

def productName
  @productName
end

#productPartNumberObject

Returns the value of attribute productPartNumber.



23731
23732
23733
# File 'lib/eBay.rb', line 23731

def productPartNumber
  @productPartNumber
end

#quantityAvailableObject

Returns the value of attribute quantityAvailable.



23734
23735
23736
# File 'lib/eBay.rb', line 23734

def quantityAvailable
  @quantityAvailable
end

#unitCostObject

Returns the value of attribute unitCost.



23735
23736
23737
# File 'lib/eBay.rb', line 23735

def unitCost
  @unitCost
end

Instance Method Details

#set_any(elements) ⇒ Object



23738
23739
23740
# File 'lib/eBay.rb', line 23738

def set_any(elements)
  @__xmlele_any = elements
end