Class: StoreSubscriptionType
- Inherits:
-
Object
- Object
- StoreSubscriptionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsStoreSubscriptionType
Constant Summary collapse
- @@schema_type =
"StoreSubscriptionType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["level", ["StoreSubscriptionLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Level")]], ["fee", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Fee")]], ["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.
-
#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.
23293 23294 23295 23296 23297 |
# File 'lib/eBay.rb', line 23293 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.
23287 23288 23289 |
# File 'lib/eBay.rb', line 23287 def __xmlele_any @__xmlele_any end |
#fee ⇒ Object
Returns the value of attribute fee.
23286 23287 23288 |
# File 'lib/eBay.rb', line 23286 def fee @fee end |
#level ⇒ Object
Returns the value of attribute level.
23285 23286 23287 |
# File 'lib/eBay.rb', line 23285 def level @level end |
Instance Method Details
#set_any(elements) ⇒ Object
23289 23290 23291 |
# File 'lib/eBay.rb', line 23289 def set_any(elements) @__xmlele_any = elements end |