Class: EBay::CatalogProductType
- Inherits:
-
Object
- Object
- EBay::CatalogProductType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#attributeSetID ⇒ Object
Returns the value of attribute attributeSetID.
-
#detailsURL ⇒ Object
Returns the value of attribute detailsURL.
-
#displayStockPhotos ⇒ Object
Returns the value of attribute displayStockPhotos.
-
#externalProductID ⇒ Object
Returns the value of attribute externalProductID.
-
#itemCount ⇒ Object
Returns the value of attribute itemCount.
-
#itemSpecifics ⇒ Object
Returns the value of attribute itemSpecifics.
-
#productReferenceID ⇒ Object
Returns the value of attribute productReferenceID.
-
#productState ⇒ Object
Returns the value of attribute productState.
-
#reviewCount ⇒ Object
Returns the value of attribute reviewCount.
-
#reviewDetails ⇒ Object
Returns the value of attribute reviewDetails.
-
#stockPhotoURL ⇒ Object
Returns the value of attribute stockPhotoURL.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
-
#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
constructor
A new instance of CatalogProductType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
21847 21848 21849 |
# File 'lib/eBay.rb', line 21847 def __xmlele_any @__xmlele_any end |
#attributeSetID ⇒ Object
Returns the value of attribute attributeSetID.
21842 21843 21844 |
# File 'lib/eBay.rb', line 21842 def attributeSetID @attributeSetID end |
#detailsURL ⇒ Object
Returns the value of attribute detailsURL.
21836 21837 21838 |
# File 'lib/eBay.rb', line 21836 def detailsURL @detailsURL end |
#displayStockPhotos ⇒ Object
Returns the value of attribute displayStockPhotos.
21838 21839 21840 |
# File 'lib/eBay.rb', line 21838 def displayStockPhotos @displayStockPhotos end |
#externalProductID ⇒ Object
Returns the value of attribute externalProductID.
21840 21841 21842 |
# File 'lib/eBay.rb', line 21840 def externalProductID @externalProductID end |
#itemCount ⇒ Object
Returns the value of attribute itemCount.
21839 21840 21841 |
# File 'lib/eBay.rb', line 21839 def itemCount @itemCount end |
#itemSpecifics ⇒ Object
Returns the value of attribute itemSpecifics.
21843 21844 21845 |
# File 'lib/eBay.rb', line 21843 def itemSpecifics @itemSpecifics end |
#productReferenceID ⇒ Object
Returns the value of attribute productReferenceID.
21841 21842 21843 |
# File 'lib/eBay.rb', line 21841 def productReferenceID @productReferenceID end |
#productState ⇒ Object
Returns the value of attribute productState.
21846 21847 21848 |
# File 'lib/eBay.rb', line 21846 def productState @productState end |
#reviewCount ⇒ Object
Returns the value of attribute reviewCount.
21844 21845 21846 |
# File 'lib/eBay.rb', line 21844 def reviewCount @reviewCount end |
#reviewDetails ⇒ Object
Returns the value of attribute reviewDetails.
21845 21846 21847 |
# File 'lib/eBay.rb', line 21845 def reviewDetails @reviewDetails end |
#stockPhotoURL ⇒ Object
Returns the value of attribute stockPhotoURL.
21837 21838 21839 |
# File 'lib/eBay.rb', line 21837 def stockPhotoURL @stockPhotoURL end |
#title ⇒ Object
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 |