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.



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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



20700
20701
20702
# File 'lib/eBay.rb', line 20700

def __xmlele_any
  @__xmlele_any
end

#folderIDObject

Returns the value of attribute folderID.



20697
20698
20699
# File 'lib/eBay.rb', line 20697

def folderID
  @folderID
end

#nameObject

Returns the value of attribute name.



20698
20699
20700
# File 'lib/eBay.rb', line 20698

def name
  @name
end

#pictureObject

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