Class: EBay::StoreSubscriptionType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsStoreSubscriptionType

level - EBay::StoreSubscriptionLevelCodeType
fee - EBay::AmountType

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



33892
33893
33894
# File 'lib/eBay.rb', line 33892

def __xmlele_any
  @__xmlele_any
end

#feeObject

Returns the value of attribute fee.



33891
33892
33893
# File 'lib/eBay.rb', line 33891

def fee
  @fee
end

#levelObject

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