Class: Alchemy::Configuration::IntegerOption
- Inherits:
-
BaseOption
- Object
- BaseOption
- Alchemy::Configuration::IntegerOption
- Defined in:
- lib/alchemy/configuration/integer_option.rb
Instance Attribute Summary
Attributes inherited from BaseOption
Class Method Summary collapse
Methods inherited from BaseOption
Constructor Details
This class inherits a constructor from Alchemy::Configuration::BaseOption
Class Method Details
.value_class ⇒ Object
7 8 9 |
# File 'lib/alchemy/configuration/integer_option.rb', line 7 def self.value_class Integer end |