Class: PictureDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsPictureDetailsType

galleryType - GalleryTypeCodeType
galleryURL - SOAP::SOAPAnyURI
photoDisplay - PhotoDisplayCodeType
pictureURL - SOAP::SOAPAnyURI
pictureSource - PictureSourceCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PictureDetailsType.



22122
22123
22124
22125
22126
22127
22128
22129
# File 'lib/eBay.rb', line 22122

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



22116
22117
22118
# File 'lib/eBay.rb', line 22116

def __xmlele_any
  @__xmlele_any
end

#galleryTypeObject

Returns the value of attribute galleryType.



22111
22112
22113
# File 'lib/eBay.rb', line 22111

def galleryType
  @galleryType
end

#galleryURLObject

Returns the value of attribute galleryURL.



22112
22113
22114
# File 'lib/eBay.rb', line 22112

def galleryURL
  @galleryURL
end

#photoDisplayObject

Returns the value of attribute photoDisplay.



22113
22114
22115
# File 'lib/eBay.rb', line 22113

def photoDisplay
  @photoDisplay
end

#pictureSourceObject

Returns the value of attribute pictureSource.



22115
22116
22117
# File 'lib/eBay.rb', line 22115

def pictureSource
  @pictureSource
end

#pictureURLObject

Returns the value of attribute pictureURL.



22114
22115
22116
# File 'lib/eBay.rb', line 22114

def pictureURL
  @pictureURL
end

Instance Method Details

#set_any(elements) ⇒ Object



22118
22119
22120
# File 'lib/eBay.rb', line 22118

def set_any(elements)
  @__xmlele_any = elements
end