Class: EBay::StoreSubscriptionType
- Inherits:
-
Object
- Object
- EBay::StoreSubscriptionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsStoreSubscriptionType
level - EBay::StoreSubscriptionLevelCodeType
fee - EBay::AmountType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#fee ⇒ Object
Returns the value of attribute fee.
-
#level ⇒ Object
Returns the value of attribute level.
Instance Method Summary collapse
-
#initialize(level = nil, fee = nil) ⇒ StoreSubscriptionType
constructor
A new instance of StoreSubscriptionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(level = nil, fee = nil) ⇒ StoreSubscriptionType
Returns a new instance of StoreSubscriptionType.
33898 33899 33900 33901 33902 |
# File 'lib/eBay.rb', line 33898 def initialize(level = nil, fee = nil) @level = level @fee = fee @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
33892 33893 33894 |
# File 'lib/eBay.rb', line 33892 def __xmlele_any @__xmlele_any end |
#fee ⇒ Object
Returns the value of attribute fee.
33891 33892 33893 |
# File 'lib/eBay.rb', line 33891 def fee @fee end |
#level ⇒ Object
Returns the value of attribute level.
33890 33891 33892 |
# File 'lib/eBay.rb', line 33890 def level @level end |
Instance Method Details
#set_any(elements) ⇒ Object
33894 33895 33896 |
# File 'lib/eBay.rb', line 33894 def set_any(elements) @__xmlele_any = elements end |