Class: EBay::PictureManagerFolderType
- Inherits:
-
Object
- Object
- EBay::PictureManagerFolderType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPictureManagerFolderType
folderID - SOAP::SOAPInt
name - SOAP::SOAPString
picture - EBay::PictureManagerPictureType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#folderID ⇒ Object
Returns the value of attribute folderID.
-
#name ⇒ Object
Returns the value of attribute name.
-
#picture ⇒ Object
Returns the value of attribute picture.
Instance Method Summary collapse
-
#initialize(folderID = nil, name = nil, picture = []) ⇒ PictureManagerFolderType
constructor
A new instance of PictureManagerFolderType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(folderID = nil, name = nil, picture = []) ⇒ PictureManagerFolderType
Returns a new instance of PictureManagerFolderType.
28884 28885 28886 28887 28888 28889 |
# File 'lib/eBay.rb', line 28884 def initialize(folderID = nil, name = nil, picture = []) @folderID = folderID @name = name @picture = picture @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28878 28879 28880 |
# File 'lib/eBay.rb', line 28878 def __xmlele_any @__xmlele_any end |
#folderID ⇒ Object
Returns the value of attribute folderID.
28875 28876 28877 |
# File 'lib/eBay.rb', line 28875 def folderID @folderID end |
#name ⇒ Object
Returns the value of attribute name.
28876 28877 28878 |
# File 'lib/eBay.rb', line 28876 def name @name end |
#picture ⇒ Object
Returns the value of attribute picture.
28877 28878 28879 |
# File 'lib/eBay.rb', line 28877 def picture @picture end |
Instance Method Details
#set_any(elements) ⇒ Object
28880 28881 28882 |
# File 'lib/eBay.rb', line 28880 def set_any(elements) @__xmlele_any = elements end |