lib/saml/kit/builders/encrypted_assertion.rb in saml-kit-1.0.15 vs lib/saml/kit/builders/encrypted_assertion.rb in saml-kit-1.0.16
- old
+ new
@@ -8,10 +8,12 @@
class EncryptedAssertion
include XmlTemplatable
extend Forwardable
attr_reader :assertion
- def_delegators :@response_builder, :configuration, :encryption_certificate
+ def_delegators :@response_builder,
+ :configuration,
+ :encryption_certificate
def initialize(response_builder, assertion)
@response_builder = response_builder
@assertion = assertion
@encrypt = true