Class: Mulang::Expectation::V2

Inherits:
Standard
  • Object
show all
Defined in:
lib/mulang/expectation/standard.rb

Instance Attribute Summary

Attributes inherited from Standard

#binding, #inspection

Instance Method Summary collapse

Methods inherited from Standard

#check!, #custom?, #initialize, parse, #standard?, #to_h, #translate, #translate!, valid?

Constructor Details

This class inherits a constructor from Mulang::Expectation::Standard

Instance Method Details

#as_v2Object



96
97
98
# File 'lib/mulang/expectation/standard.rb', line 96

def as_v2
  self
end

#binding?Boolean

Returns:

  • (Boolean)


88
89
90
# File 'lib/mulang/expectation/standard.rb', line 88

def binding?
  true
end

#inspection?Boolean

Returns:

  • (Boolean)


92
93
94
# File 'lib/mulang/expectation/standard.rb', line 92

def inspection?
  true
end