Class: RuboCounsel::ChoiceAttribute
- Inherits:
-
ConfigurableAttribute
- Object
- ConfigurableAttribute
- RuboCounsel::ChoiceAttribute
- 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
#boolean?, for, #has_examples?, #initialize, #prompt, #promptable?
Constructor Details
This class inherits a constructor from RuboCounsel::ConfigurableAttribute
Instance Method Details
#choice? ⇒ Boolean
75 |
# File 'lib/rubocounsel/configurable_attribute.rb', line 75 def choice? = true |