Class: Pact::Matchers::V3::Null

Inherits:
Base show all
Defined in:
lib/pact/matchers/v3/null.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

#initializeNull

Returns a new instance of Null.



7
8
9
# File 'lib/pact/matchers/v3/null.rb', line 7

def initialize
  super(spec_version: Pact::Matchers::PACT_SPEC_V3, kind: 'null', template: nil)
end