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.



18896
18897
18898
18899
18900
18901
18902
18903
# File 'lib/eBay.rb', line 18896

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.



18890
18891
18892
# File 'lib/eBay.rb', line 18890

def __xmlele_any
  @__xmlele_any
end

#galleryTypeObject

Returns the value of attribute galleryType.



18889
18890
18891
# File 'lib/eBay.rb', line 18889

def galleryType
  @galleryType
end

#galleryURLObject

Returns the value of attribute galleryURL.



18888
18889
18890
# File 'lib/eBay.rb', line 18888

def galleryURL
  @galleryURL
end

#photoDisplayObject

Returns the value of attribute photoDisplay.



18887
18888
18889
# File 'lib/eBay.rb', line 18887

def photoDisplay
  @photoDisplay
end

#pictureURLObject

Returns the value of attribute pictureURL.



18885
18886
18887
# File 'lib/eBay.rb', line 18885

def pictureURL
  @pictureURL
end

#selfHostedURLObject

Returns the value of attribute selfHostedURL.



18886
18887
18888
# File 'lib/eBay.rb', line 18886

def selfHostedURL
  @selfHostedURL
end

Instance Method Details

#set_any(elements) ⇒ Object



18892
18893
18894
# File 'lib/eBay.rb', line 18892

def set_any(elements)
  @__xmlele_any = elements
end