Class: EBay::CatalogProductType

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

Overview

urn:ebay:apis:eBLBaseComponentsCatalogProductType

title - SOAP::SOAPString
detailsURL - SOAP::SOAPAnyURI
stockPhotoURL - SOAP::SOAPAnyURI
displayStockPhotos - SOAP::SOAPBoolean
itemCount - SOAP::SOAPInt
externalProductID - EBay::ExternalProductIDType
productReferenceID - SOAP::SOAPLong
attributeSetID - SOAP::SOAPInt
itemSpecifics - EBay::NameValueListArrayType
reviewCount - SOAP::SOAPInt
reviewDetails - EBay::ReviewDetailsType
productState - EBay::ProductStateCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(title = nil, detailsURL = nil, stockPhotoURL = nil, displayStockPhotos = nil, itemCount = nil, externalProductID = nil, productReferenceID = nil, attributeSetID = nil, itemSpecifics = nil, reviewCount = nil, reviewDetails = nil, productState = nil) ⇒ CatalogProductType

Returns a new instance of CatalogProductType.



21853
21854
21855
21856
21857
21858
21859
21860
21861
21862
21863
21864
21865
21866
21867
# File 'lib/eBay.rb', line 21853

def initialize(title = nil, detailsURL = nil, stockPhotoURL = nil, displayStockPhotos = nil, itemCount = nil, externalProductID = nil, productReferenceID = nil, attributeSetID = nil, itemSpecifics = nil, reviewCount = nil, reviewDetails = nil, productState = nil)
  @title = title
  @detailsURL = detailsURL
  @stockPhotoURL = stockPhotoURL
  @displayStockPhotos = displayStockPhotos
  @itemCount = itemCount
  @externalProductID = externalProductID
  @productReferenceID = productReferenceID
  @attributeSetID = attributeSetID
  @itemSpecifics = itemSpecifics
  @reviewCount = reviewCount
  @reviewDetails = reviewDetails
  @productState = productState
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



21847
21848
21849
# File 'lib/eBay.rb', line 21847

def __xmlele_any
  @__xmlele_any
end

#attributeSetIDObject

Returns the value of attribute attributeSetID.



21842
21843
21844
# File 'lib/eBay.rb', line 21842

def attributeSetID
  @attributeSetID
end

#detailsURLObject

Returns the value of attribute detailsURL.



21836
21837
21838
# File 'lib/eBay.rb', line 21836

def detailsURL
  @detailsURL
end

#displayStockPhotosObject

Returns the value of attribute displayStockPhotos.



21838
21839
21840
# File 'lib/eBay.rb', line 21838

def displayStockPhotos
  @displayStockPhotos
end

#externalProductIDObject

Returns the value of attribute externalProductID.



21840
21841
21842
# File 'lib/eBay.rb', line 21840

def externalProductID
  @externalProductID
end

#itemCountObject

Returns the value of attribute itemCount.



21839
21840
21841
# File 'lib/eBay.rb', line 21839

def itemCount
  @itemCount
end

#itemSpecificsObject

Returns the value of attribute itemSpecifics.



21843
21844
21845
# File 'lib/eBay.rb', line 21843

def itemSpecifics
  @itemSpecifics
end

#productReferenceIDObject

Returns the value of attribute productReferenceID.



21841
21842
21843
# File 'lib/eBay.rb', line 21841

def productReferenceID
  @productReferenceID
end

#productStateObject

Returns the value of attribute productState.



21846
21847
21848
# File 'lib/eBay.rb', line 21846

def productState
  @productState
end

#reviewCountObject

Returns the value of attribute reviewCount.



21844
21845
21846
# File 'lib/eBay.rb', line 21844

def reviewCount
  @reviewCount
end

#reviewDetailsObject

Returns the value of attribute reviewDetails.



21845
21846
21847
# File 'lib/eBay.rb', line 21845

def reviewDetails
  @reviewDetails
end

#stockPhotoURLObject

Returns the value of attribute stockPhotoURL.



21837
21838
21839
# File 'lib/eBay.rb', line 21837

def stockPhotoURL
  @stockPhotoURL
end

#titleObject

Returns the value of attribute title.



21835
21836
21837
# File 'lib/eBay.rb', line 21835

def title
  @title
end

Instance Method Details

#set_any(elements) ⇒ Object



21849
21850
21851
# File 'lib/eBay.rb', line 21849

def set_any(elements)
  @__xmlele_any = elements
end