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.



21400
21401
21402
21403
21404
21405
21406
21407
# File 'lib/eBay.rb', line 21400

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.



21394
21395
21396
# File 'lib/eBay.rb', line 21394

def __xmlele_any
  @__xmlele_any
end

#galleryTypeObject

Returns the value of attribute galleryType.



21393
21394
21395
# File 'lib/eBay.rb', line 21393

def galleryType
  @galleryType
end

#galleryURLObject

Returns the value of attribute galleryURL.



21392
21393
21394
# File 'lib/eBay.rb', line 21392

def galleryURL
  @galleryURL
end

#photoDisplayObject

Returns the value of attribute photoDisplay.



21391
21392
21393
# File 'lib/eBay.rb', line 21391

def photoDisplay
  @photoDisplay
end

#pictureURLObject

Returns the value of attribute pictureURL.



21389
21390
21391
# File 'lib/eBay.rb', line 21389

def pictureURL
  @pictureURL
end

#selfHostedURLObject

Returns the value of attribute selfHostedURL.



21390
21391
21392
# File 'lib/eBay.rb', line 21390

def selfHostedURL
  @selfHostedURL
end

Instance Method Details

#set_any(elements) ⇒ Object



21396
21397
21398
# File 'lib/eBay.rb', line 21396

def set_any(elements)
  @__xmlele_any = elements
end