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.



16021
16022
16023
16024
16025
16026
# File 'lib/eBay.rb', line 16021

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.



16015
16016
16017
# File 'lib/eBay.rb', line 16015

def __xmlele_any
  @__xmlele_any
end

#folderIDObject

Returns the value of attribute folderID.



16012
16013
16014
# File 'lib/eBay.rb', line 16012

def folderID
  @folderID
end

#nameObject

Returns the value of attribute name.



16013
16014
16015
# File 'lib/eBay.rb', line 16013

def name
  @name
end

#pictureObject

Returns the value of attribute picture.



16014
16015
16016
# File 'lib/eBay.rb', line 16014

def picture
  @picture
end

Instance Method Details

#set_any(elements) ⇒ Object



16017
16018
16019
# File 'lib/eBay.rb', line 16017

def set_any(elements)
  @__xmlele_any = elements
end