Class: SubscriptionType

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

Overview

urn:ebay:apis:eBLBaseComponentsSubscriptionType

eIASToken - SOAP::SOAPString
siteID - SiteCodeType
active - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SubscriptionType.



24975
24976
24977
24978
24979
24980
# File 'lib/eBay.rb', line 24975

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.



24969
24970
24971
# File 'lib/eBay.rb', line 24969

def __xmlele_any
  @__xmlele_any
end

#activeObject

Returns the value of attribute active.



24968
24969
24970
# File 'lib/eBay.rb', line 24968

def active
  @active
end

#eIASTokenObject

Returns the value of attribute eIASToken.



24966
24967
24968
# File 'lib/eBay.rb', line 24966

def eIASToken
  @eIASToken
end

#siteIDObject

Returns the value of attribute siteID.



24967
24968
24969
# File 'lib/eBay.rb', line 24967

def siteID
  @siteID
end

Instance Method Details

#set_any(elements) ⇒ Object



24971
24972
24973
# File 'lib/eBay.rb', line 24971

def set_any(elements)
  @__xmlele_any = elements
end