Class: PictureManagerSubscriptionType
- Inherits:
-
Object
- Object
- PictureManagerSubscriptionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPictureManagerSubscriptionType
Constant Summary collapse
- @@schema_type =
"PictureManagerSubscriptionType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["subscriptionLevel", ["PictureManagerSubscriptionLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SubscriptionLevel")]], ["fee", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Fee")]], ["storageSize", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StorageSize")]], ["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.
-
#fee ⇒ Object
Returns the value of attribute fee.
-
#storageSize ⇒ Object
Returns the value of attribute storageSize.
-
#subscriptionLevel ⇒ Object
Returns the value of attribute subscriptionLevel.
Instance Method Summary collapse
-
#initialize(subscriptionLevel = nil, fee = nil, storageSize = nil) ⇒ PictureManagerSubscriptionType
constructor
A new instance of PictureManagerSubscriptionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(subscriptionLevel = nil, fee = nil, storageSize = nil) ⇒ PictureManagerSubscriptionType
Returns a new instance of PictureManagerSubscriptionType.
20799 20800 20801 20802 20803 20804 |
# File 'lib/eBay.rb', line 20799 def initialize(subscriptionLevel = nil, fee = nil, storageSize = nil) @subscriptionLevel = subscriptionLevel @fee = fee @storageSize = storageSize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
20793 20794 20795 |
# File 'lib/eBay.rb', line 20793 def __xmlele_any @__xmlele_any end |
#fee ⇒ Object
Returns the value of attribute fee.
20791 20792 20793 |
# File 'lib/eBay.rb', line 20791 def fee @fee end |
#storageSize ⇒ Object
Returns the value of attribute storageSize.
20792 20793 20794 |
# File 'lib/eBay.rb', line 20792 def storageSize @storageSize end |
#subscriptionLevel ⇒ Object
Returns the value of attribute subscriptionLevel.
20790 20791 20792 |
# File 'lib/eBay.rb', line 20790 def subscriptionLevel @subscriptionLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
20795 20796 20797 |
# File 'lib/eBay.rb', line 20795 def set_any(elements) @__xmlele_any = elements end |