Class: RuboCounsel::BooleanAttribute
- Inherits:
-
ConfigurableAttribute
- Object
- ConfigurableAttribute
- RuboCounsel::BooleanAttribute
- Defined in:
- lib/rubocounsel/configurable_attribute.rb
Instance Attribute Summary
Attributes inherited from ConfigurableAttribute
#default_value, #examples, #name, #options
Instance Method Summary collapse
Methods inherited from ConfigurableAttribute
#choice?, for, #has_examples?, #initialize, #prompt, #promptable?
Constructor Details
This class inherits a constructor from RuboCounsel::ConfigurableAttribute
Instance Method Details
#boolean? ⇒ Boolean
91 |
# File 'lib/rubocounsel/configurable_attribute.rb', line 91 def boolean? = true |