Class: PictureManagerDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsPictureManagerDetailsType

subscriptionLevel - PictureManagerSubscriptionLevelCodeType
storageUsed - SOAP::SOAPInt
totalStorageAvailable - SOAP::SOAPInt
keepOriginal - SOAP::SOAPBoolean
watermarkEPS - SOAP::SOAPBoolean
watermarkUserID - SOAP::SOAPBoolean
folder - 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.



22154
22155
22156
22157
22158
22159
22160
22161
22162
22163
# File 'lib/eBay.rb', line 22154

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.



22148
22149
22150
# File 'lib/eBay.rb', line 22148

def __xmlele_any
  @__xmlele_any
end

#folderObject

Returns the value of attribute folder.



22147
22148
22149
# File 'lib/eBay.rb', line 22147

def folder
  @folder
end

#keepOriginalObject

Returns the value of attribute keepOriginal.



22144
22145
22146
# File 'lib/eBay.rb', line 22144

def keepOriginal
  @keepOriginal
end

#storageUsedObject

Returns the value of attribute storageUsed.



22142
22143
22144
# File 'lib/eBay.rb', line 22142

def storageUsed
  @storageUsed
end

#subscriptionLevelObject

Returns the value of attribute subscriptionLevel.



22141
22142
22143
# File 'lib/eBay.rb', line 22141

def subscriptionLevel
  @subscriptionLevel
end

#totalStorageAvailableObject

Returns the value of attribute totalStorageAvailable.



22143
22144
22145
# File 'lib/eBay.rb', line 22143

def totalStorageAvailable
  @totalStorageAvailable
end

#watermarkEPSObject

Returns the value of attribute watermarkEPS.



22145
22146
22147
# File 'lib/eBay.rb', line 22145

def watermarkEPS
  @watermarkEPS
end

#watermarkUserIDObject

Returns the value of attribute watermarkUserID.



22146
22147
22148
# File 'lib/eBay.rb', line 22146

def watermarkUserID
  @watermarkUserID
end

Instance Method Details

#set_any(elements) ⇒ Object



22150
22151
22152
# File 'lib/eBay.rb', line 22150

def set_any(elements)
  @__xmlele_any = elements
end