Class: SubscriptionType
- Inherits:
-
Object
- Object
- SubscriptionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSubscriptionType
Constant Summary collapse
- @@schema_type =
"SubscriptionType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]], ["siteID", ["SiteCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SiteID")]], ["active", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Active")]], ["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.
-
#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.
23510 23511 23512 23513 23514 23515 |
# File 'lib/eBay.rb', line 23510 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.
23504 23505 23506 |
# File 'lib/eBay.rb', line 23504 def __xmlele_any @__xmlele_any end |
#active ⇒ Object
Returns the value of attribute active.
23503 23504 23505 |
# File 'lib/eBay.rb', line 23503 def active @active end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
23501 23502 23503 |
# File 'lib/eBay.rb', line 23501 def eIASToken @eIASToken end |
#siteID ⇒ Object
Returns the value of attribute siteID.
23502 23503 23504 |
# File 'lib/eBay.rb', line 23502 def siteID @siteID end |
Instance Method Details
#set_any(elements) ⇒ Object
23506 23507 23508 |
# File 'lib/eBay.rb', line 23506 def set_any(elements) @__xmlele_any = elements end |