Class: PictureManagerPictureType
- Inherits:
-
Object
- Object
- PictureManagerPictureType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#date ⇒ Object
Returns the value of attribute date.
-
#displayFormat ⇒ Object
Returns the value of attribute displayFormat.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pictureURL ⇒ Object
Returns the value of attribute pictureURL.
Instance Method Summary collapse
-
#initialize(pictureURL = nil, name = nil, date = nil, displayFormat = []) ⇒ PictureManagerPictureType
constructor
A new instance of PictureManagerPictureType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(pictureURL = nil, name = nil, date = nil, displayFormat = []) ⇒ PictureManagerPictureType
Returns a new instance of PictureManagerPictureType.
20770 20771 20772 20773 20774 20775 20776 |
# File 'lib/eBay.rb', line 20770 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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
20764 20765 20766 |
# File 'lib/eBay.rb', line 20764 def __xmlele_any @__xmlele_any end |
#date ⇒ Object
Returns the value of attribute date.
20762 20763 20764 |
# File 'lib/eBay.rb', line 20762 def date @date end |
#displayFormat ⇒ Object
Returns the value of attribute displayFormat.
20763 20764 20765 |
# File 'lib/eBay.rb', line 20763 def displayFormat @displayFormat end |
#name ⇒ Object
Returns the value of attribute name.
20761 20762 20763 |
# File 'lib/eBay.rb', line 20761 def name @name end |
#pictureURL ⇒ Object
Returns the value of attribute pictureURL.
20760 20761 20762 |
# File 'lib/eBay.rb', line 20760 def pictureURL @pictureURL end |
Instance Method Details
#set_any(elements) ⇒ Object
20766 20767 20768 |
# File 'lib/eBay.rb', line 20766 def set_any(elements) @__xmlele_any = elements end |