Class: Moxml::Signature::Model::DigestMethod
- Inherits:
-
Object
- Object
- Moxml::Signature::Model::DigestMethod
- Defined in:
- lib/moxml/signature/model/digest_method.rb
Instance Attribute Summary collapse
-
#algorithm ⇒ Object
Returns the value of attribute algorithm.
Instance Method Summary collapse
-
#initialize(algorithm:) ⇒ DigestMethod
constructor
A new instance of DigestMethod.
Constructor Details
#initialize(algorithm:) ⇒ DigestMethod
Returns a new instance of DigestMethod.
9 10 11 |
# File 'lib/moxml/signature/model/digest_method.rb', line 9 def initialize(algorithm:) @algorithm = algorithm end |
Instance Attribute Details
#algorithm ⇒ Object
Returns the value of attribute algorithm.
7 8 9 |
# File 'lib/moxml/signature/model/digest_method.rb', line 7 def algorithm @algorithm end |