Class: EBay::SubscriptionType
- Inherits:
-
Object
- Object
- EBay::SubscriptionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSubscriptionType
eIASToken - SOAP::SOAPString
siteID - EBay::SiteCodeType
active - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#active ⇒ Object
Returns the value of attribute active.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#siteID ⇒ Object
Returns the value of attribute siteID.
Instance Method Summary collapse
-
#initialize(eIASToken = nil, siteID = nil, active = nil) ⇒ SubscriptionType
constructor
A new instance of SubscriptionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(eIASToken = nil, siteID = nil, active = nil) ⇒ SubscriptionType
Returns a new instance of SubscriptionType.
34089 34090 34091 34092 34093 34094 |
# File 'lib/eBay.rb', line 34089 def initialize(eIASToken = nil, siteID = nil, active = nil) @eIASToken = eIASToken @siteID = siteID @active = active @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
34083 34084 34085 |
# File 'lib/eBay.rb', line 34083 def __xmlele_any @__xmlele_any end |
#active ⇒ Object
Returns the value of attribute active.
34082 34083 34084 |
# File 'lib/eBay.rb', line 34082 def active @active end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
34080 34081 34082 |
# File 'lib/eBay.rb', line 34080 def eIASToken @eIASToken end |
#siteID ⇒ Object
Returns the value of attribute siteID.
34081 34082 34083 |
# File 'lib/eBay.rb', line 34081 def siteID @siteID end |
Instance Method Details
#set_any(elements) ⇒ Object
34085 34086 34087 |
# File 'lib/eBay.rb', line 34085 def set_any(elements) @__xmlele_any = elements end |