Class: RQR::ConfigTable::BoolItem
Instance Attribute Summary
Attributes inherited from Item
Instance Method Summary collapse
Methods inherited from Item
#initialize, #resolve, #set, #value, #value?
Constructor Details
This class inherits a constructor from RQR::ConfigTable::Item
Instance Method Details
#config_type ⇒ Object
363 364 365 |
# File 'lib/rqr.rb', line 363 def config_type 'bool' end |
#help_opt ⇒ Object
367 368 369 |
# File 'lib/rqr.rb', line 367 def help_opt "--#{@name}" end |