Class: EBay::VariationSpecificPictureSetType
- Inherits:
-
Object
- Object
- EBay::VariationSpecificPictureSetType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsVariationSpecificPictureSetType
variationSpecificValue - SOAP::SOAPString
pictureURL - SOAP::SOAPAnyURI
galleryURL - SOAP::SOAPAnyURI
externalPictureURL - SOAP::SOAPAnyURI
extendedPictureDetails - EBay::ExtendedPictureDetailsType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#extendedPictureDetails ⇒ Object
Returns the value of attribute extendedPictureDetails.
-
#externalPictureURL ⇒ Object
Returns the value of attribute externalPictureURL.
-
#galleryURL ⇒ Object
Returns the value of attribute galleryURL.
-
#pictureURL ⇒ Object
Returns the value of attribute pictureURL.
-
#variationSpecificValue ⇒ Object
Returns the value of attribute variationSpecificValue.
Instance Method Summary collapse
-
#initialize(variationSpecificValue = nil, pictureURL = [], galleryURL = nil, externalPictureURL = [], extendedPictureDetails = nil) ⇒ VariationSpecificPictureSetType
constructor
A new instance of VariationSpecificPictureSetType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(variationSpecificValue = nil, pictureURL = [], galleryURL = nil, externalPictureURL = [], extendedPictureDetails = nil) ⇒ VariationSpecificPictureSetType
Returns a new instance of VariationSpecificPictureSetType.
35430 35431 35432 35433 35434 35435 35436 35437 |
# File 'lib/eBay.rb', line 35430 def initialize(variationSpecificValue = nil, pictureURL = [], galleryURL = nil, externalPictureURL = [], extendedPictureDetails = nil) @variationSpecificValue = variationSpecificValue @pictureURL = pictureURL @galleryURL = galleryURL @externalPictureURL = externalPictureURL @extendedPictureDetails = extendedPictureDetails @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
35424 35425 35426 |
# File 'lib/eBay.rb', line 35424 def __xmlele_any @__xmlele_any end |
#extendedPictureDetails ⇒ Object
Returns the value of attribute extendedPictureDetails.
35423 35424 35425 |
# File 'lib/eBay.rb', line 35423 def extendedPictureDetails @extendedPictureDetails end |
#externalPictureURL ⇒ Object
Returns the value of attribute externalPictureURL.
35422 35423 35424 |
# File 'lib/eBay.rb', line 35422 def externalPictureURL @externalPictureURL end |
#galleryURL ⇒ Object
Returns the value of attribute galleryURL.
35421 35422 35423 |
# File 'lib/eBay.rb', line 35421 def galleryURL @galleryURL end |
#pictureURL ⇒ Object
Returns the value of attribute pictureURL.
35420 35421 35422 |
# File 'lib/eBay.rb', line 35420 def pictureURL @pictureURL end |
#variationSpecificValue ⇒ Object
Returns the value of attribute variationSpecificValue.
35419 35420 35421 |
# File 'lib/eBay.rb', line 35419 def variationSpecificValue @variationSpecificValue end |
Instance Method Details
#set_any(elements) ⇒ Object
35426 35427 35428 |
# File 'lib/eBay.rb', line 35426 def set_any(elements) @__xmlele_any = elements end |