Class: VendorHostedPictureType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



24158
24159
24160
# File 'lib/eBay.rb', line 24158

def __xmlele_any
  @__xmlele_any
end

#galleryTypeObject

Returns the value of attribute galleryType.



24157
24158
24159
# File 'lib/eBay.rb', line 24157

def galleryType
  @galleryType
end

#galleryURLObject

Returns the value of attribute galleryURL.



24156
24157
24158
# File 'lib/eBay.rb', line 24156

def galleryURL
  @galleryURL
end

#photoDisplayObject

Returns the value of attribute photoDisplay.



24155
24156
24157
# File 'lib/eBay.rb', line 24155

def photoDisplay
  @photoDisplay
end

#pictureURLObject

Returns the value of attribute pictureURL.



24153
24154
24155
# File 'lib/eBay.rb', line 24153

def pictureURL
  @pictureURL
end

#selfHostedURLObject

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