Class: WSDL::Security::RequestPolicy::Signature
- Inherits:
-
Data
- Object
- Data
- WSDL::Security::RequestPolicy::Signature
- Defined in:
- lib/wsdl/security/request_policy.rb
Overview
Immutable signature request policy.
Instance Attribute Summary collapse
-
#certificate ⇒ Object
readonly
Returns the value of attribute certificate.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#private_key ⇒ Object
readonly
Returns the value of attribute private_key.
Instance Attribute Details
#certificate ⇒ Object (readonly)
Returns the value of attribute certificate
18 19 20 |
# File 'lib/wsdl/security/request_policy.rb', line 18 def certificate @certificate end |
#options ⇒ Object (readonly)
Returns the value of attribute options
18 19 20 |
# File 'lib/wsdl/security/request_policy.rb', line 18 def @options end |
#private_key ⇒ Object (readonly)
Returns the value of attribute private_key
18 19 20 |
# File 'lib/wsdl/security/request_policy.rb', line 18 def private_key @private_key end |