Class: EBay::PictureManagerDetailsType
- Inherits:
-
Object
- Object
- EBay::PictureManagerDetailsType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#folder ⇒ Object
Returns the value of attribute folder.
-
#keepOriginal ⇒ Object
Returns the value of attribute keepOriginal.
-
#storageUsed ⇒ Object
Returns the value of attribute storageUsed.
-
#subscriptionLevel ⇒ Object
Returns the value of attribute subscriptionLevel.
-
#totalStorageAvailable ⇒ Object
Returns the value of attribute totalStorageAvailable.
-
#watermarkEPS ⇒ Object
Returns the value of attribute watermarkEPS.
-
#watermarkUserID ⇒ Object
Returns the value of attribute watermarkUserID.
Instance Method Summary collapse
-
#initialize(subscriptionLevel = nil, storageUsed = nil, totalStorageAvailable = nil, keepOriginal = nil, watermarkEPS = nil, watermarkUserID = nil, folder = []) ⇒ PictureManagerDetailsType
constructor
A new instance of PictureManagerDetailsType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28852 28853 28854 |
# File 'lib/eBay.rb', line 28852 def __xmlele_any @__xmlele_any end |
#folder ⇒ Object
Returns the value of attribute folder.
28851 28852 28853 |
# File 'lib/eBay.rb', line 28851 def folder @folder end |
#keepOriginal ⇒ Object
Returns the value of attribute keepOriginal.
28848 28849 28850 |
# File 'lib/eBay.rb', line 28848 def keepOriginal @keepOriginal end |
#storageUsed ⇒ Object
Returns the value of attribute storageUsed.
28846 28847 28848 |
# File 'lib/eBay.rb', line 28846 def storageUsed @storageUsed end |
#subscriptionLevel ⇒ Object
Returns the value of attribute subscriptionLevel.
28845 28846 28847 |
# File 'lib/eBay.rb', line 28845 def subscriptionLevel @subscriptionLevel end |
#totalStorageAvailable ⇒ Object
Returns the value of attribute totalStorageAvailable.
28847 28848 28849 |
# File 'lib/eBay.rb', line 28847 def totalStorageAvailable @totalStorageAvailable end |
#watermarkEPS ⇒ Object
Returns the value of attribute watermarkEPS.
28849 28850 28851 |
# File 'lib/eBay.rb', line 28849 def watermarkEPS @watermarkEPS end |
#watermarkUserID ⇒ Object
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 |