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