Class: EBay::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 - EBay::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.



28936
28937
28938
28939
28940
28941
28942
# File 'lib/eBay.rb', line 28936

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.



28930
28931
28932
# File 'lib/eBay.rb', line 28930

def __xmlele_any
  @__xmlele_any
end

#dateObject

Returns the value of attribute date.



28928
28929
28930
# File 'lib/eBay.rb', line 28928

def date
  @date
end

#displayFormatObject

Returns the value of attribute displayFormat.



28929
28930
28931
# File 'lib/eBay.rb', line 28929

def displayFormat
  @displayFormat
end

#nameObject

Returns the value of attribute name.



28927
28928
28929
# File 'lib/eBay.rb', line 28927

def name
  @name
end

#pictureURLObject

Returns the value of attribute pictureURL.



28926
28927
28928
# File 'lib/eBay.rb', line 28926

def pictureURL
  @pictureURL
end

Instance Method Details

#set_any(elements) ⇒ Object



28932
28933
28934
# File 'lib/eBay.rb', line 28932

def set_any(elements)
  @__xmlele_any = elements
end