Class: Smith::Workflow::SplitStepPersistence::TransitionContractSignature
- Inherits:
-
Object
- Object
- Smith::Workflow::SplitStepPersistence::TransitionContractSignature
- Extended by:
- Dry::Initializer
- Includes:
- TransitionContractStructuredValues
- Defined in:
- lib/smith/workflow/split_step_persistence/transition_contract_signature.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
18 19 20 21 22 23 |
# File 'lib/smith/workflow/split_step_persistence/transition_contract_signature.rb', line 18 def call @nodes = 0 @bytes = 0 @seen = {}.compare_by_identity signature_value(value, 0) end |