Class: PictureManagerFolderType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsPictureManagerFolderType

folderID - SOAP::SOAPInt
name - SOAP::SOAPString
picture - PictureManagerPictureType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PictureManagerFolderType.



22180
22181
22182
22183
22184
22185
# File 'lib/eBay.rb', line 22180

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.



22174
22175
22176
# File 'lib/eBay.rb', line 22174

def __xmlele_any
  @__xmlele_any
end

#folderIDObject

Returns the value of attribute folderID.



22171
22172
22173
# File 'lib/eBay.rb', line 22171

def folderID
  @folderID
end

#nameObject

Returns the value of attribute name.



22172
22173
22174
# File 'lib/eBay.rb', line 22172

def name
  @name
end

#pictureObject

Returns the value of attribute picture.



22173
22174
22175
# File 'lib/eBay.rb', line 22173

def picture
  @picture
end

Instance Method Details

#set_any(elements) ⇒ Object



22176
22177
22178
# File 'lib/eBay.rb', line 22176

def set_any(elements)
  @__xmlele_any = elements
end