Class: CustomSecurityHeaderType

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

Overview

urn:ebay:apis:eBLBaseComponentsCustomSecurityHeaderType

eBayAuthToken - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
credentials - UserIdPasswordType
notificationSignature - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eBayAuthToken = nil, hardExpirationWarning = nil, credentials = nil, notificationSignature = nil) ⇒ CustomSecurityHeaderType

Returns a new instance of CustomSecurityHeaderType.



15815
15816
15817
15818
15819
15820
15821
# File 'lib/eBay.rb', line 15815

def initialize(eBayAuthToken = nil, hardExpirationWarning = nil, credentials = nil, notificationSignature = nil)
  @eBayAuthToken = eBayAuthToken
  @hardExpirationWarning = hardExpirationWarning
  @credentials = credentials
  @notificationSignature = notificationSignature
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15809
15810
15811
# File 'lib/eBay.rb', line 15809

def __xmlele_any
  @__xmlele_any
end

#credentialsObject

Returns the value of attribute credentials.



15807
15808
15809
# File 'lib/eBay.rb', line 15807

def credentials
  @credentials
end

#eBayAuthTokenObject

Returns the value of attribute eBayAuthToken.



15805
15806
15807
# File 'lib/eBay.rb', line 15805

def eBayAuthToken
  @eBayAuthToken
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



15806
15807
15808
# File 'lib/eBay.rb', line 15806

def hardExpirationWarning
  @hardExpirationWarning
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



15808
15809
15810
# File 'lib/eBay.rb', line 15808

def notificationSignature
  @notificationSignature
end

Instance Method Details

#set_any(elements) ⇒ Object



15811
15812
15813
# File 'lib/eBay.rb', line 15811

def set_any(elements)
  @__xmlele_any = elements
end