Class: PictureManagerFolderType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(folderID = nil, name = nil, picture = []) ⇒ PictureManagerFolderType

Returns a new instance of PictureManagerFolderType.



18302
18303
18304
18305
18306
18307
# File 'lib/eBay.rb', line 18302

def initialize(folderID = nil, name = nil, picture = [])
  @folderID = folderID
  @name = name
  @picture = picture
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



18296
18297
18298
# File 'lib/eBay.rb', line 18296

def __xmlele_any
  @__xmlele_any
end

#folderIDObject

Returns the value of attribute folderID.



18293
18294
18295
# File 'lib/eBay.rb', line 18293

def folderID
  @folderID
end

#nameObject

Returns the value of attribute name.



18294
18295
18296
# File 'lib/eBay.rb', line 18294

def name
  @name
end

#pictureObject

Returns the value of attribute picture.



18295
18296
18297
# File 'lib/eBay.rb', line 18295

def picture
  @picture
end

Instance Method Details

#set_any(elements) ⇒ Object



18298
18299
18300
# File 'lib/eBay.rb', line 18298

def set_any(elements)
  @__xmlele_any = elements
end