Class: CustomSecurityHeaderType
- Inherits:
-
Object
- Object
- CustomSecurityHeaderType
- Defined in:
- lib/paypal-business/default.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")]] ]
Instance Attribute Summary collapse
-
#credentials ⇒ Object
Returns the value of attribute credentials.
-
#eBayAuthToken ⇒ Object
Returns the value of attribute eBayAuthToken.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
Instance Method Summary collapse
-
#initialize(eBayAuthToken = nil, hardExpirationWarning = nil, credentials = nil) ⇒ CustomSecurityHeaderType
constructor
A new instance of CustomSecurityHeaderType.
Constructor Details
#initialize(eBayAuthToken = nil, hardExpirationWarning = nil, credentials = nil) ⇒ CustomSecurityHeaderType
Returns a new instance of CustomSecurityHeaderType.
4060 4061 4062 4063 4064 |
# File 'lib/paypal-business/default.rb', line 4060 def initialize(eBayAuthToken = nil, hardExpirationWarning = nil, credentials = nil) @eBayAuthToken = eBayAuthToken @hardExpirationWarning = hardExpirationWarning @credentials = credentials end |
Instance Attribute Details
#credentials ⇒ Object
Returns the value of attribute credentials.
4058 4059 4060 |
# File 'lib/paypal-business/default.rb', line 4058 def credentials @credentials end |
#eBayAuthToken ⇒ Object
Returns the value of attribute eBayAuthToken.
4056 4057 4058 |
# File 'lib/paypal-business/default.rb', line 4056 def eBayAuthToken @eBayAuthToken end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
4057 4058 4059 |
# File 'lib/paypal-business/default.rb', line 4057 def hardExpirationWarning @hardExpirationWarning end |