Class: PictureManagerPictureType

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

Overview

urn:ebay:apis:eBLBaseComponentsPictureManagerPictureType

Constant Summary collapse

@@schema_type =
"PictureManagerPictureType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["pictureURL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PictureURL")]],
["name", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Name")]],
["date", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Date")]],
["displayFormat", ["PictureManagerPictureDisplayType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DisplayFormat")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

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.



16083
16084
16085
16086
16087
16088
16089
# File 'lib/eBay.rb', line 16083

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.



16077
16078
16079
# File 'lib/eBay.rb', line 16077

def __xmlele_any
  @__xmlele_any
end

#dateObject

Returns the value of attribute date.



16075
16076
16077
# File 'lib/eBay.rb', line 16075

def date
  @date
end

#displayFormatObject

Returns the value of attribute displayFormat.



16076
16077
16078
# File 'lib/eBay.rb', line 16076

def displayFormat
  @displayFormat
end

#nameObject

Returns the value of attribute name.



16074
16075
16076
# File 'lib/eBay.rb', line 16074

def name
  @name
end

#pictureURLObject

Returns the value of attribute pictureURL.



16073
16074
16075
# File 'lib/eBay.rb', line 16073

def pictureURL
  @pictureURL
end

Instance Method Details

#set_any(elements) ⇒ Object



16079
16080
16081
# File 'lib/eBay.rb', line 16079

def set_any(elements)
  @__xmlele_any = elements
end