Class: EBay::CustomSecurityHeaderType

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

Overview

urn:ebay:apis:eBLBaseComponentsCustomSecurityHeaderType

eBayAuthToken - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
credentials - EBay::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.



19715
19716
19717
19718
19719
19720
19721
# File 'lib/eBay.rb', line 19715

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.



19709
19710
19711
# File 'lib/eBay.rb', line 19709

def __xmlele_any
  @__xmlele_any
end

#credentialsObject

Returns the value of attribute credentials.



19707
19708
19709
# File 'lib/eBay.rb', line 19707

def credentials
  @credentials
end

#eBayAuthTokenObject

Returns the value of attribute eBayAuthToken.



19705
19706
19707
# File 'lib/eBay.rb', line 19705

def eBayAuthToken
  @eBayAuthToken
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



19706
19707
19708
# File 'lib/eBay.rb', line 19706

def hardExpirationWarning
  @hardExpirationWarning
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



19708
19709
19710
# File 'lib/eBay.rb', line 19708

def notificationSignature
  @notificationSignature
end

Instance Method Details

#set_any(elements) ⇒ Object



19711
19712
19713
# File 'lib/eBay.rb', line 19711

def set_any(elements)
  @__xmlele_any = elements
end