Class: CustomSecurityHeaderType
- Inherits:
-
Object
- Object
- CustomSecurityHeaderType
- Defined in:
- lib/v_paypal/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.
3877 3878 3879 3880 3881 |
# File 'lib/v_paypal/default.rb', line 3877 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.
3875 3876 3877 |
# File 'lib/v_paypal/default.rb', line 3875 def credentials @credentials end |
#eBayAuthToken ⇒ Object
Returns the value of attribute eBayAuthToken.
3873 3874 3875 |
# File 'lib/v_paypal/default.rb', line 3873 def eBayAuthToken @eBayAuthToken end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
3874 3875 3876 |
# File 'lib/v_paypal/default.rb', line 3874 def hardExpirationWarning @hardExpirationWarning end |