Class: CustomSecurityHeaderType
- Inherits:
-
Object
- Object
- CustomSecurityHeaderType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#credentials ⇒ Object
Returns the value of attribute credentials.
-
#eBayAuthToken ⇒ Object
Returns the value of attribute eBayAuthToken.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
Instance Method Summary collapse
-
#initialize(eBayAuthToken = nil, hardExpirationWarning = nil, credentials = nil, notificationSignature = nil) ⇒ CustomSecurityHeaderType
constructor
A new instance of CustomSecurityHeaderType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
14345 14346 14347 |
# File 'lib/eBay.rb', line 14345 def __xmlele_any @__xmlele_any end |
#credentials ⇒ Object
Returns the value of attribute credentials.
14343 14344 14345 |
# File 'lib/eBay.rb', line 14343 def credentials @credentials end |
#eBayAuthToken ⇒ Object
Returns the value of attribute eBayAuthToken.
14341 14342 14343 |
# File 'lib/eBay.rb', line 14341 def eBayAuthToken @eBayAuthToken end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
14342 14343 14344 |
# File 'lib/eBay.rb', line 14342 def hardExpirationWarning @hardExpirationWarning end |
#notificationSignature ⇒ Object
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 |