Method: CustomSecurityHeaderType#initialize

Defined in:
lib/eBay.rb

#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