Class: WSDL::Security::RequestPolicy::Signature

Inherits:
Data
  • Object
show all
Defined in:
lib/wsdl/security/request_policy.rb

Overview

Immutable signature request policy.

Instance Attribute Summary collapse

Instance Attribute Details

#certificateObject (readonly)

Returns the value of attribute certificate

Returns:

  • (Object)

    the current value of certificate



18
19
20
# File 'lib/wsdl/security/request_policy.rb', line 18

def certificate
  @certificate
end

#optionsObject (readonly)

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



18
19
20
# File 'lib/wsdl/security/request_policy.rb', line 18

def options
  @options
end

#private_keyObject (readonly)

Returns the value of attribute private_key

Returns:

  • (Object)

    the current value of private_key



18
19
20
# File 'lib/wsdl/security/request_policy.rb', line 18

def private_key
  @private_key
end