Exception: Moxml::Signature::CanonicalizationError
- Defined in:
- lib/moxml/signature/errors.rb
Instance Attribute Summary collapse
-
#algorithm ⇒ Object
readonly
Returns the value of attribute algorithm.
Instance Method Summary collapse
-
#initialize(message, algorithm: nil) ⇒ CanonicalizationError
constructor
A new instance of CanonicalizationError.
Constructor Details
#initialize(message, algorithm: nil) ⇒ CanonicalizationError
Returns a new instance of CanonicalizationError.
82 83 84 85 |
# File 'lib/moxml/signature/errors.rb', line 82 def initialize(, algorithm: nil) @algorithm = algorithm super() end |
Instance Attribute Details
#algorithm ⇒ Object (readonly)
Returns the value of attribute algorithm.
80 81 82 |
# File 'lib/moxml/signature/errors.rb', line 80 def algorithm @algorithm end |