Class: Pact::V2::Matchers::V3::Values
- Defined in:
- lib/pact/v2/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.
8 9 10 |
# File 'lib/pact/v2/matchers/v3/values.rb', line 8 def initialize super(spec_version: Pact::V2::Matchers::PACT_SPEC_V3, kind: "values", template: nil) end |