Class: Smith::Workflow::SplitStepPersistence::ReplaceExactSignature

Inherits:
Object
  • Object
show all
Extended by:
Dry::Initializer
Defined in:
lib/smith/workflow/split_step_persistence/replace_exact_signature.rb

Constant Summary collapse

CONTRACT_KEYWORDS =
%i[expected_payload ttl].freeze

Instance Method Summary collapse

Instance Method Details

#valid?Boolean

Returns:

  • (Boolean)


15
# File 'lib/smith/workflow/split_step_persistence/replace_exact_signature.rb', line 15

def valid? = accepts_two_values? && accepts_keywords?