Class: StoreSubscriptionType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(level = nil, fee = nil) ⇒ StoreSubscriptionType

Returns a new instance of StoreSubscriptionType.



18199
18200
18201
18202
18203
# File 'lib/eBay.rb', line 18199

def initialize(level = nil, fee = nil)
  @level = level
  @fee = fee
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



18193
18194
18195
# File 'lib/eBay.rb', line 18193

def __xmlele_any
  @__xmlele_any
end

#feeObject

Returns the value of attribute fee.



18192
18193
18194
# File 'lib/eBay.rb', line 18192

def fee
  @fee
end

#levelObject

Returns the value of attribute level.



18191
18192
18193
# File 'lib/eBay.rb', line 18191

def level
  @level
end

Instance Method Details

#set_any(elements) ⇒ Object



18195
18196
18197
# File 'lib/eBay.rb', line 18195

def set_any(elements)
  @__xmlele_any = elements
end