Class: EBay::PictureManagerFolderType

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

Overview

urn:ebay:apis:eBLBaseComponentsPictureManagerFolderType

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PictureManagerFolderType.



28884
28885
28886
28887
28888
28889
# File 'lib/eBay.rb', line 28884

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.



28878
28879
28880
# File 'lib/eBay.rb', line 28878

def __xmlele_any
  @__xmlele_any
end

#folderIDObject

Returns the value of attribute folderID.



28875
28876
28877
# File 'lib/eBay.rb', line 28875

def folderID
  @folderID
end

#nameObject

Returns the value of attribute name.



28876
28877
28878
# File 'lib/eBay.rb', line 28876

def name
  @name
end

#pictureObject

Returns the value of attribute picture.



28877
28878
28879
# File 'lib/eBay.rb', line 28877

def picture
  @picture
end

Instance Method Details

#set_any(elements) ⇒ Object



28880
28881
28882
# File 'lib/eBay.rb', line 28880

def set_any(elements)
  @__xmlele_any = elements
end