Class: EBay::PictureDetailsType
- Inherits:
-
Object
- Object
- EBay::PictureDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPictureDetailsType
galleryType - EBay::GalleryTypeCodeType
galleryURL - SOAP::SOAPAnyURI
photoDisplay - EBay::PhotoDisplayCodeType
pictureURL - SOAP::SOAPAnyURI
pictureSource - EBay::PictureSourceCodeType
galleryDuration - SOAP::SOAPToken
galleryStatus - EBay::GalleryStatusCodeType
galleryErrorInfo - SOAP::SOAPString
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.
-
#galleryDuration ⇒ Object
Returns the value of attribute galleryDuration.
-
#galleryErrorInfo ⇒ Object
Returns the value of attribute galleryErrorInfo.
-
#galleryStatus ⇒ Object
Returns the value of attribute galleryStatus.
-
#galleryType ⇒ Object
Returns the value of attribute galleryType.
-
#galleryURL ⇒ Object
Returns the value of attribute galleryURL.
-
#photoDisplay ⇒ Object
Returns the value of attribute photoDisplay.
-
#pictureSource ⇒ Object
Returns the value of attribute pictureSource.
-
#pictureURL ⇒ Object
Returns the value of attribute pictureURL.
Instance Method Summary collapse
-
#initialize(galleryType = nil, galleryURL = nil, photoDisplay = nil, pictureURL = [], pictureSource = nil, galleryDuration = nil, galleryStatus = nil, galleryErrorInfo = nil, externalPictureURL = [], extendedPictureDetails = nil) ⇒ PictureDetailsType
constructor
A new instance of PictureDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(galleryType = nil, galleryURL = nil, photoDisplay = nil, pictureURL = [], pictureSource = nil, galleryDuration = nil, galleryStatus = nil, galleryErrorInfo = nil, externalPictureURL = [], extendedPictureDetails = nil) ⇒ PictureDetailsType
Returns a new instance of PictureDetailsType.
28821 28822 28823 28824 28825 28826 28827 28828 28829 28830 28831 28832 28833 |
# File 'lib/eBay.rb', line 28821 def initialize(galleryType = nil, galleryURL = nil, photoDisplay = nil, pictureURL = [], pictureSource = nil, galleryDuration = nil, galleryStatus = nil, galleryErrorInfo = nil, externalPictureURL = [], extendedPictureDetails = nil) @galleryType = galleryType @galleryURL = galleryURL @photoDisplay = photoDisplay @pictureURL = pictureURL @pictureSource = pictureSource @galleryDuration = galleryDuration @galleryStatus = galleryStatus @galleryErrorInfo = galleryErrorInfo @externalPictureURL = externalPictureURL @extendedPictureDetails = extendedPictureDetails @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28815 28816 28817 |
# File 'lib/eBay.rb', line 28815 def __xmlele_any @__xmlele_any end |
#extendedPictureDetails ⇒ Object
Returns the value of attribute extendedPictureDetails.
28814 28815 28816 |
# File 'lib/eBay.rb', line 28814 def extendedPictureDetails @extendedPictureDetails end |
#externalPictureURL ⇒ Object
Returns the value of attribute externalPictureURL.
28813 28814 28815 |
# File 'lib/eBay.rb', line 28813 def externalPictureURL @externalPictureURL end |
#galleryDuration ⇒ Object
Returns the value of attribute galleryDuration.
28810 28811 28812 |
# File 'lib/eBay.rb', line 28810 def galleryDuration @galleryDuration end |
#galleryErrorInfo ⇒ Object
Returns the value of attribute galleryErrorInfo.
28812 28813 28814 |
# File 'lib/eBay.rb', line 28812 def galleryErrorInfo @galleryErrorInfo end |
#galleryStatus ⇒ Object
Returns the value of attribute galleryStatus.
28811 28812 28813 |
# File 'lib/eBay.rb', line 28811 def galleryStatus @galleryStatus end |
#galleryType ⇒ Object
Returns the value of attribute galleryType.
28805 28806 28807 |
# File 'lib/eBay.rb', line 28805 def galleryType @galleryType end |
#galleryURL ⇒ Object
Returns the value of attribute galleryURL.
28806 28807 28808 |
# File 'lib/eBay.rb', line 28806 def galleryURL @galleryURL end |
#photoDisplay ⇒ Object
Returns the value of attribute photoDisplay.
28807 28808 28809 |
# File 'lib/eBay.rb', line 28807 def photoDisplay @photoDisplay end |
#pictureSource ⇒ Object
Returns the value of attribute pictureSource.
28809 28810 28811 |
# File 'lib/eBay.rb', line 28809 def pictureSource @pictureSource end |
#pictureURL ⇒ Object
Returns the value of attribute pictureURL.
28808 28809 28810 |
# File 'lib/eBay.rb', line 28808 def pictureURL @pictureURL end |
Instance Method Details
#set_any(elements) ⇒ Object
28817 28818 28819 |
# File 'lib/eBay.rb', line 28817 def set_any(elements) @__xmlele_any = elements end |