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.



11500
11501
11502
11503
11504
11505
11506
# File 'lib/eBay.rb', line 11500

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.



11494
11495
11496
# File 'lib/eBay.rb', line 11494

def __xmlele_any
  @__xmlele_any
end

#credentialsObject

Returns the value of attribute credentials.



11492
11493
11494
# File 'lib/eBay.rb', line 11492

def credentials
  @credentials
end

#eBayAuthTokenObject

Returns the value of attribute eBayAuthToken.



11490
11491
11492
# File 'lib/eBay.rb', line 11490

def eBayAuthToken
  @eBayAuthToken
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



11491
11492
11493
# File 'lib/eBay.rb', line 11491

def hardExpirationWarning
  @hardExpirationWarning
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



11493
11494
11495
# File 'lib/eBay.rb', line 11493

def notificationSignature
  @notificationSignature
end

Instance Method Details

#set_any(elements) ⇒ Object



11496
11497
11498
# File 'lib/eBay.rb', line 11496

def set_any(elements)
  @__xmlele_any = elements
end