Class: SubscriptionType

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

Instance Method Summary collapse

Constructor Details

#initialize(eIASToken = nil, siteID = nil, active = nil) ⇒ SubscriptionType

Returns a new instance of SubscriptionType.



18407
18408
18409
18410
18411
18412
# File 'lib/eBay.rb', line 18407

def initialize(eIASToken = nil, siteID = nil, active = nil)
  @eIASToken = eIASToken
  @siteID = siteID
  @active = active
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



18401
18402
18403
# File 'lib/eBay.rb', line 18401

def __xmlele_any
  @__xmlele_any
end

#activeObject

Returns the value of attribute active.



18400
18401
18402
# File 'lib/eBay.rb', line 18400

def active
  @active
end

#eIASTokenObject

Returns the value of attribute eIASToken.



18398
18399
18400
# File 'lib/eBay.rb', line 18398

def eIASToken
  @eIASToken
end

#siteIDObject

Returns the value of attribute siteID.



18399
18400
18401
# File 'lib/eBay.rb', line 18399

def siteID
  @siteID
end

Instance Method Details

#set_any(elements) ⇒ Object



18403
18404
18405
# File 'lib/eBay.rb', line 18403

def set_any(elements)
  @__xmlele_any = elements
end