Class: Pact::Matchers::V3::Values
- Defined in:
- lib/pact/matchers/v3/values.rb
Instance Attribute Summary
Attributes inherited from Base
#kind, #opts, #spec_version, #template
Instance Method Summary collapse
-
#initialize ⇒ Values
constructor
A new instance of Values.
Methods inherited from Base
Constructor Details
#initialize ⇒ Values
Returns a new instance of Values.
7 8 9 |
# File 'lib/pact/matchers/v3/values.rb', line 7 def initialize super(spec_version: Pact::Matchers::PACT_SPEC_V3, kind: 'values', template: nil) end |