Class: Pact::V2::Matchers::V3::Values

Inherits:
Base
  • Object
show all
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

Methods inherited from Base

#as_basic, #as_plugin

Constructor Details

#initializeValues

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