Class: VerifiedDouble::MethodSignature::BooleanValue
- Inherits:
-
InstanceValue
- Object
- Value
- InstanceValue
- VerifiedDouble::MethodSignature::BooleanValue
- Defined in:
- lib/verified_double/method_signature/boolean_value.rb
Instance Attribute Summary
Attributes inherited from Value
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_class ⇒ Object
4 5 6 |
# File 'lib/verified_double/method_signature/boolean_value.rb', line 4 def content_class VerifiedDouble::Boolean end |