Class: PictureManagerDetailsType
- Inherits:
-
Object
- Object
- PictureManagerDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPictureManagerDetailsType
Constant Summary collapse
- @@schema_type =
"PictureManagerDetailsType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["subscriptionLevel", ["PictureManagerSubscriptionLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SubscriptionLevel")]], ["storageUsed", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StorageUsed")]], ["totalStorageAvailable", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TotalStorageAvailable")]], ["keepOriginal", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "KeepOriginal")]], ["watermarkEPS", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WatermarkEPS")]], ["watermarkUserID", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WatermarkUserID")]], ["folder", ["PictureManagerFolderType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Folder")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
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.
20674 20675 20676 20677 20678 20679 20680 20681 20682 20683 |
# File 'lib/eBay.rb', line 20674 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.
20668 20669 20670 |
# File 'lib/eBay.rb', line 20668 def __xmlele_any @__xmlele_any end |
#folder ⇒ Object
Returns the value of attribute folder.
20667 20668 20669 |
# File 'lib/eBay.rb', line 20667 def folder @folder end |
#keepOriginal ⇒ Object
Returns the value of attribute keepOriginal.
20664 20665 20666 |
# File 'lib/eBay.rb', line 20664 def keepOriginal @keepOriginal end |
#storageUsed ⇒ Object
Returns the value of attribute storageUsed.
20662 20663 20664 |
# File 'lib/eBay.rb', line 20662 def storageUsed @storageUsed end |
#subscriptionLevel ⇒ Object
Returns the value of attribute subscriptionLevel.
20661 20662 20663 |
# File 'lib/eBay.rb', line 20661 def subscriptionLevel @subscriptionLevel end |
#totalStorageAvailable ⇒ Object
Returns the value of attribute totalStorageAvailable.
20663 20664 20665 |
# File 'lib/eBay.rb', line 20663 def totalStorageAvailable @totalStorageAvailable end |
#watermarkEPS ⇒ Object
Returns the value of attribute watermarkEPS.
20665 20666 20667 |
# File 'lib/eBay.rb', line 20665 def watermarkEPS @watermarkEPS end |
#watermarkUserID ⇒ Object
Returns the value of attribute watermarkUserID.
20666 20667 20668 |
# File 'lib/eBay.rb', line 20666 def watermarkUserID @watermarkUserID end |
Instance Method Details
#set_any(elements) ⇒ Object
20670 20671 20672 |
# File 'lib/eBay.rb', line 20670 def set_any(elements) @__xmlele_any = elements end |