Class: VerifiedDouble::MethodSignature::BooleanValue

Inherits:
InstanceValue show all
Defined in:
lib/verified_double/method_signature/boolean_value.rb

Instance Attribute Summary

Attributes inherited from Value

#content

Instance Method Summary collapse

Methods inherited from InstanceValue

#belongs_to?, #content_as_instance

Methods inherited from Value

from, #initialize, #recommended_value

Constructor Details

This class inherits a constructor from VerifiedDouble::MethodSignature::Value

Instance Method Details

#content_classObject



4
5
6
# File 'lib/verified_double/method_signature/boolean_value.rb', line 4

def content_class
  VerifiedDouble::Boolean
end