Class: PictureManagerPictureType

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

Overview

urn:ebay:apis:eBLBaseComponentsPictureManagerPictureType

pictureURL - SOAP::SOAPAnyURI
name - SOAP::SOAPString
date - SOAP::SOAPDateTime
displayFormat - PictureManagerPictureDisplayType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(pictureURL = nil, name = nil, date = nil, displayFormat = []) ⇒ PictureManagerPictureType

Returns a new instance of PictureManagerPictureType.



22232
22233
22234
22235
22236
22237
22238
# File 'lib/eBay.rb', line 22232

def initialize(pictureURL = nil, name = nil, date = nil, displayFormat = [])
  @pictureURL = pictureURL
  @name = name
  @date = date
  @displayFormat = displayFormat
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



22226
22227
22228
# File 'lib/eBay.rb', line 22226

def __xmlele_any
  @__xmlele_any
end

#dateObject

Returns the value of attribute date.



22224
22225
22226
# File 'lib/eBay.rb', line 22224

def date
  @date
end

#displayFormatObject

Returns the value of attribute displayFormat.



22225
22226
22227
# File 'lib/eBay.rb', line 22225

def displayFormat
  @displayFormat
end

#nameObject

Returns the value of attribute name.



22223
22224
22225
# File 'lib/eBay.rb', line 22223

def name
  @name
end

#pictureURLObject

Returns the value of attribute pictureURL.



22222
22223
22224
# File 'lib/eBay.rb', line 22222

def pictureURL
  @pictureURL
end

Instance Method Details

#set_any(elements) ⇒ Object



22228
22229
22230
# File 'lib/eBay.rb', line 22228

def set_any(elements)
  @__xmlele_any = elements
end