Class: SiteHostedPictureType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsSiteHostedPictureType

Constant Summary collapse

@@schema_type =
"SiteHostedPictureType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["pictureURL", ["SOAP::SOAPAnyURI[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PictureURL")]],
["photoDisplay", ["PhotoDisplayCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PhotoDisplay")]],
["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 = [], photoDisplay = nil, galleryType = nil) ⇒ SiteHostedPictureType

Returns a new instance of SiteHostedPictureType.



17795
17796
17797
17798
17799
17800
# File 'lib/eBay.rb', line 17795

def initialize(pictureURL = [], photoDisplay = nil, galleryType = nil)
  @pictureURL = pictureURL
  @photoDisplay = photoDisplay
  @galleryType = galleryType
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17789
17790
17791
# File 'lib/eBay.rb', line 17789

def __xmlele_any
  @__xmlele_any
end

#galleryTypeObject

Returns the value of attribute galleryType.



17788
17789
17790
# File 'lib/eBay.rb', line 17788

def galleryType
  @galleryType
end

#photoDisplayObject

Returns the value of attribute photoDisplay.



17787
17788
17789
# File 'lib/eBay.rb', line 17787

def photoDisplay
  @photoDisplay
end

#pictureURLObject

Returns the value of attribute pictureURL.



17786
17787
17788
# File 'lib/eBay.rb', line 17786

def pictureURL
  @pictureURL
end

Instance Method Details

#set_any(elements) ⇒ Object



17791
17792
17793
# File 'lib/eBay.rb', line 17791

def set_any(elements)
  @__xmlele_any = elements
end