Exception: Moxml::Signature::TransformError
- 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) ⇒ TransformError
constructor
A new instance of TransformError.
Constructor Details
#initialize(message, algorithm: nil) ⇒ TransformError
Returns a new instance of TransformError.
73 74 75 76 |
# File 'lib/moxml/signature/errors.rb', line 73 def initialize(, algorithm: nil) @algorithm = algorithm super() end |
Instance Attribute Details
#algorithm ⇒ Object (readonly)
Returns the value of attribute algorithm.
71 72 73 |
# File 'lib/moxml/signature/errors.rb', line 71 def algorithm @algorithm end |