Class: CustomSecurityHeaderType

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

Overview

urn:ebay:apis:eBLBaseComponentsCustomSecurityHeaderType

Constant Summary collapse

@@schema_type =
"CustomSecurityHeaderType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["eBayAuthToken", "SOAP::SOAPString"],
  ["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
  ["credentials", ["UserIdPasswordType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Credentials")]],
  ["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

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.



14351
14352
14353
14354
14355
14356
14357
# File 'lib/eBay.rb', line 14351

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.



14345
14346
14347
# File 'lib/eBay.rb', line 14345

def __xmlele_any
  @__xmlele_any
end

#credentialsObject

Returns the value of attribute credentials.



14343
14344
14345
# File 'lib/eBay.rb', line 14343

def credentials
  @credentials
end

#eBayAuthTokenObject

Returns the value of attribute eBayAuthToken.



14341
14342
14343
# File 'lib/eBay.rb', line 14341

def eBayAuthToken
  @eBayAuthToken
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14342
14343
14344
# File 'lib/eBay.rb', line 14342

def hardExpirationWarning
  @hardExpirationWarning
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14344
14345
14346
# File 'lib/eBay.rb', line 14344

def notificationSignature
  @notificationSignature
end

Instance Method Details

#set_any(elements) ⇒ Object



14347
14348
14349
# File 'lib/eBay.rb', line 14347

def set_any(elements)
  @__xmlele_any = elements
end