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.



12881
12882
12883
12884
12885
12886
12887
# File 'lib/eBay.rb', line 12881

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.



12875
12876
12877
# File 'lib/eBay.rb', line 12875

def __xmlele_any
  @__xmlele_any
end

#credentialsObject

Returns the value of attribute credentials.



12873
12874
12875
# File 'lib/eBay.rb', line 12873

def credentials
  @credentials
end

#eBayAuthTokenObject

Returns the value of attribute eBayAuthToken.



12871
12872
12873
# File 'lib/eBay.rb', line 12871

def eBayAuthToken
  @eBayAuthToken
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



12872
12873
12874
# File 'lib/eBay.rb', line 12872

def hardExpirationWarning
  @hardExpirationWarning
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



12874
12875
12876
# File 'lib/eBay.rb', line 12874

def notificationSignature
  @notificationSignature
end

Instance Method Details

#set_any(elements) ⇒ Object



12877
12878
12879
# File 'lib/eBay.rb', line 12877

def set_any(elements)
  @__xmlele_any = elements
end