Class: PictureManagerFolderType
- Inherits:
-
Object
- Object
- PictureManagerFolderType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPictureManagerFolderType
Constant Summary collapse
- @@schema_type =
"PictureManagerFolderType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["folderID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FolderID")]], ["name", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Name")]], ["picture", ["PictureManagerPictureType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Picture")]], ["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.
-
#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.
20706 20707 20708 20709 20710 20711 |
# File 'lib/eBay.rb', line 20706 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.
20700 20701 20702 |
# File 'lib/eBay.rb', line 20700 def __xmlele_any @__xmlele_any end |
#folderID ⇒ Object
Returns the value of attribute folderID.
20697 20698 20699 |
# File 'lib/eBay.rb', line 20697 def folderID @folderID end |
#name ⇒ Object
Returns the value of attribute name.
20698 20699 20700 |
# File 'lib/eBay.rb', line 20698 def name @name end |
#picture ⇒ Object
Returns the value of attribute picture.
20699 20700 20701 |
# File 'lib/eBay.rb', line 20699 def picture @picture end |
Instance Method Details
#set_any(elements) ⇒ Object
20702 20703 20704 |
# File 'lib/eBay.rb', line 20702 def set_any(elements) @__xmlele_any = elements end |