Class: 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 ConfigTable::Item
Instance Method Details
#config_type ⇒ Object
361 362 363 |
# File 'lib/mime-types-1.16/setup.rb', line 361 def config_type 'bool' end |
#help_opt ⇒ Object
365 366 367 |
# File 'lib/mime-types-1.16/setup.rb', line 365 def help_opt "--#{@name}" end |