Class: VendorHostedPictureType
- Inherits:
-
Object
- Object
- VendorHostedPictureType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsVendorHostedPictureType
Constant Summary collapse
- @@schema_type =
"VendorHostedPictureType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["pictureURL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PictureURL")]], ["selfHostedURL", ["SOAP::SOAPAnyURI[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SelfHostedURL")]], ["photoDisplay", ["PhotoDisplayCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PhotoDisplay")]], ["galleryURL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "GalleryURL")]], ["galleryType", ["GalleryTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "GalleryType")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#galleryType ⇒ Object
Returns the value of attribute galleryType.
-
#galleryURL ⇒ Object
Returns the value of attribute galleryURL.
-
#photoDisplay ⇒ Object
Returns the value of attribute photoDisplay.
-
#pictureURL ⇒ Object
Returns the value of attribute pictureURL.
-
#selfHostedURL ⇒ Object
Returns the value of attribute selfHostedURL.
Instance Method Summary collapse
-
#initialize(pictureURL = nil, selfHostedURL = [], photoDisplay = nil, galleryURL = nil, galleryType = nil) ⇒ VendorHostedPictureType
constructor
A new instance of VendorHostedPictureType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(pictureURL = nil, selfHostedURL = [], photoDisplay = nil, galleryURL = nil, galleryType = nil) ⇒ VendorHostedPictureType
Returns a new instance of VendorHostedPictureType.
24164 24165 24166 24167 24168 24169 24170 24171 |
# File 'lib/eBay.rb', line 24164 def initialize(pictureURL = nil, selfHostedURL = [], photoDisplay = nil, galleryURL = nil, galleryType = nil) @pictureURL = pictureURL @selfHostedURL = selfHostedURL @photoDisplay = photoDisplay @galleryURL = galleryURL @galleryType = galleryType @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
24158 24159 24160 |
# File 'lib/eBay.rb', line 24158 def __xmlele_any @__xmlele_any end |
#galleryType ⇒ Object
Returns the value of attribute galleryType.
24157 24158 24159 |
# File 'lib/eBay.rb', line 24157 def galleryType @galleryType end |
#galleryURL ⇒ Object
Returns the value of attribute galleryURL.
24156 24157 24158 |
# File 'lib/eBay.rb', line 24156 def galleryURL @galleryURL end |
#photoDisplay ⇒ Object
Returns the value of attribute photoDisplay.
24155 24156 24157 |
# File 'lib/eBay.rb', line 24155 def photoDisplay @photoDisplay end |
#pictureURL ⇒ Object
Returns the value of attribute pictureURL.
24153 24154 24155 |
# File 'lib/eBay.rb', line 24153 def pictureURL @pictureURL end |
#selfHostedURL ⇒ Object
Returns the value of attribute selfHostedURL.
24154 24155 24156 |
# File 'lib/eBay.rb', line 24154 def selfHostedURL @selfHostedURL end |
Instance Method Details
#set_any(elements) ⇒ Object
24160 24161 24162 |
# File 'lib/eBay.rb', line 24160 def set_any(elements) @__xmlele_any = elements end |