Class: PictureDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsPictureDetailsType

Constant Summary collapse

@@schema_type =
"PictureDetailsType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["galleryType", ["GalleryTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "GalleryType")]],
  ["galleryURL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "GalleryURL")]],
  ["photoDisplay", ["PhotoDisplayCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PhotoDisplay")]],
  ["pictureURL", ["SOAP::SOAPAnyURI[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PictureURL")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(galleryType = nil, galleryURL = nil, photoDisplay = nil, pictureURL = []) ⇒ PictureDetailsType

Returns a new instance of PictureDetailsType.



18233
18234
18235
18236
18237
18238
18239
# File 'lib/eBay.rb', line 18233

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



18227
18228
18229
# File 'lib/eBay.rb', line 18227

def __xmlele_any
  @__xmlele_any
end

#galleryTypeObject

Returns the value of attribute galleryType.



18223
18224
18225
# File 'lib/eBay.rb', line 18223

def galleryType
  @galleryType
end

#galleryURLObject

Returns the value of attribute galleryURL.



18224
18225
18226
# File 'lib/eBay.rb', line 18224

def galleryURL
  @galleryURL
end

#photoDisplayObject

Returns the value of attribute photoDisplay.



18225
18226
18227
# File 'lib/eBay.rb', line 18225

def photoDisplay
  @photoDisplay
end

#pictureURLObject

Returns the value of attribute pictureURL.



18226
18227
18228
# File 'lib/eBay.rb', line 18226

def pictureURL
  @pictureURL
end

Instance Method Details

#set_any(elements) ⇒ Object



18229
18230
18231
# File 'lib/eBay.rb', line 18229

def set_any(elements)
  @__xmlele_any = elements
end