Class: EBay::PictureManagerPictureType
- Inherits:
-
Object
- Object
- EBay::PictureManagerPictureType
- 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
-
#__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.
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28930 28931 28932 |
# File 'lib/eBay.rb', line 28930 def __xmlele_any @__xmlele_any end |
#date ⇒ Object
Returns the value of attribute date.
28928 28929 28930 |
# File 'lib/eBay.rb', line 28928 def date @date end |
#displayFormat ⇒ Object
Returns the value of attribute displayFormat.
28929 28930 28931 |
# File 'lib/eBay.rb', line 28929 def displayFormat @displayFormat end |
#name ⇒ Object
Returns the value of attribute name.
28927 28928 28929 |
# File 'lib/eBay.rb', line 28927 def name @name end |
#pictureURL ⇒ Object
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 |