Class: EBay::PictureManagerDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsPictureManagerDetailsType

subscriptionLevel - EBay::PictureManagerSubscriptionLevelCodeType
storageUsed - SOAP::SOAPInt
totalStorageAvailable - SOAP::SOAPInt
keepOriginal - SOAP::SOAPBoolean
watermarkEPS - SOAP::SOAPBoolean
watermarkUserID - SOAP::SOAPBoolean
folder - EBay::PictureManagerFolderType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(subscriptionLevel = nil, storageUsed = nil, totalStorageAvailable = nil, keepOriginal = nil, watermarkEPS = nil, watermarkUserID = nil, folder = []) ⇒ PictureManagerDetailsType

Returns a new instance of PictureManagerDetailsType.



28858
28859
28860
28861
28862
28863
28864
28865
28866
28867
# File 'lib/eBay.rb', line 28858

def initialize(subscriptionLevel = nil, storageUsed = nil, totalStorageAvailable = nil, keepOriginal = nil, watermarkEPS = nil, watermarkUserID = nil, folder = [])
  @subscriptionLevel = subscriptionLevel
  @storageUsed = storageUsed
  @totalStorageAvailable = totalStorageAvailable
  @keepOriginal = keepOriginal
  @watermarkEPS = watermarkEPS
  @watermarkUserID = watermarkUserID
  @folder = folder
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



28852
28853
28854
# File 'lib/eBay.rb', line 28852

def __xmlele_any
  @__xmlele_any
end

#folderObject

Returns the value of attribute folder.



28851
28852
28853
# File 'lib/eBay.rb', line 28851

def folder
  @folder
end

#keepOriginalObject

Returns the value of attribute keepOriginal.



28848
28849
28850
# File 'lib/eBay.rb', line 28848

def keepOriginal
  @keepOriginal
end

#storageUsedObject

Returns the value of attribute storageUsed.



28846
28847
28848
# File 'lib/eBay.rb', line 28846

def storageUsed
  @storageUsed
end

#subscriptionLevelObject

Returns the value of attribute subscriptionLevel.



28845
28846
28847
# File 'lib/eBay.rb', line 28845

def subscriptionLevel
  @subscriptionLevel
end

#totalStorageAvailableObject

Returns the value of attribute totalStorageAvailable.



28847
28848
28849
# File 'lib/eBay.rb', line 28847

def totalStorageAvailable
  @totalStorageAvailable
end

#watermarkEPSObject

Returns the value of attribute watermarkEPS.



28849
28850
28851
# File 'lib/eBay.rb', line 28849

def watermarkEPS
  @watermarkEPS
end

#watermarkUserIDObject

Returns the value of attribute watermarkUserID.



28850
28851
28852
# File 'lib/eBay.rb', line 28850

def watermarkUserID
  @watermarkUserID
end

Instance Method Details

#set_any(elements) ⇒ Object



28854
28855
28856
# File 'lib/eBay.rb', line 28854

def set_any(elements)
  @__xmlele_any = elements
end