Class: EBay::PictureManagerSubscriptionType
- Inherits:
-
Object
- Object
- EBay::PictureManagerSubscriptionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPictureManagerSubscriptionType
subscriptionLevel - EBay::PictureManagerSubscriptionLevelCodeType
fee - EBay::AmountType
storageSize - SOAP::SOAPInt
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.
28959 28960 28961 28962 28963 28964 |
# File 'lib/eBay.rb', line 28959 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.
28953 28954 28955 |
# File 'lib/eBay.rb', line 28953 def __xmlele_any @__xmlele_any end |
#fee ⇒ Object
Returns the value of attribute fee.
28951 28952 28953 |
# File 'lib/eBay.rb', line 28951 def fee @fee end |
#storageSize ⇒ Object
Returns the value of attribute storageSize.
28952 28953 28954 |
# File 'lib/eBay.rb', line 28952 def storageSize @storageSize end |
#subscriptionLevel ⇒ Object
Returns the value of attribute subscriptionLevel.
28950 28951 28952 |
# File 'lib/eBay.rb', line 28950 def subscriptionLevel @subscriptionLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
28955 28956 28957 |
# File 'lib/eBay.rb', line 28955 def set_any(elements) @__xmlele_any = elements end |