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.



18366
18367
18368
18369
18370
18371
18372
# File 'lib/eBay.rb', line 18366

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.



18360
18361
18362
# File 'lib/eBay.rb', line 18360

def __xmlele_any
  @__xmlele_any
end

#dateObject

Returns the value of attribute date.



18358
18359
18360
# File 'lib/eBay.rb', line 18358

def date
  @date
end

#displayFormatObject

Returns the value of attribute displayFormat.



18359
18360
18361
# File 'lib/eBay.rb', line 18359

def displayFormat
  @displayFormat
end

#nameObject

Returns the value of attribute name.



18357
18358
18359
# File 'lib/eBay.rb', line 18357

def name
  @name
end

#pictureURLObject

Returns the value of attribute pictureURL.



18356
18357
18358
# File 'lib/eBay.rb', line 18356

def pictureURL
  @pictureURL
end

Instance Method Details

#set_any(elements) ⇒ Object



18362
18363
18364
# File 'lib/eBay.rb', line 18362

def set_any(elements)
  @__xmlele_any = elements
end