Class: EBay::CustomSecurityHeaderType
- Inherits:
-
Object
- Object
- EBay::CustomSecurityHeaderType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsCustomSecurityHeaderType
eBayAuthToken - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
credentials - EBay::UserIdPasswordType
notificationSignature - SOAP::SOAPString
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.
19715 19716 19717 19718 19719 19720 19721 |
# File 'lib/eBay.rb', line 19715 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.
19709 19710 19711 |
# File 'lib/eBay.rb', line 19709 def __xmlele_any @__xmlele_any end |
#credentials ⇒ Object
Returns the value of attribute credentials.
19707 19708 19709 |
# File 'lib/eBay.rb', line 19707 def credentials @credentials end |
#eBayAuthToken ⇒ Object
Returns the value of attribute eBayAuthToken.
19705 19706 19707 |
# File 'lib/eBay.rb', line 19705 def eBayAuthToken @eBayAuthToken end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
19706 19707 19708 |
# File 'lib/eBay.rb', line 19706 def hardExpirationWarning @hardExpirationWarning end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
19708 19709 19710 |
# File 'lib/eBay.rb', line 19708 def notificationSignature @notificationSignature end |
Instance Method Details
#set_any(elements) ⇒ Object
19711 19712 19713 |
# File 'lib/eBay.rb', line 19711 def set_any(elements) @__xmlele_any = elements end |