Class: EBay::SubscriptionType

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

Overview

urn:ebay:apis:eBLBaseComponentsSubscriptionType

eIASToken - SOAP::SOAPString
siteID - EBay::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.



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

Returns the value of attribute __xmlele_any.



34083
34084
34085
# File 'lib/eBay.rb', line 34083

def __xmlele_any
  @__xmlele_any
end

#activeObject

Returns the value of attribute active.



34082
34083
34084
# File 'lib/eBay.rb', line 34082

def active
  @active
end

#eIASTokenObject

Returns the value of attribute eIASToken.



34080
34081
34082
# File 'lib/eBay.rb', line 34080

def eIASToken
  @eIASToken
end

#siteIDObject

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