Class: Frodo::Configuration
- Inherits:
-
Object
- Object
- Frodo::Configuration
- Defined in:
- lib/frodo/config.rb
Defined Under Namespace
Classes: Option
Class Attribute Summary collapse
-
.options ⇒ Object
Returns the value of attribute options.
Class Method Summary collapse
Instance Method Summary collapse
Class Attribute Details
.options ⇒ Object
Returns the value of attribute options.
85 86 87 |
# File 'lib/frodo/config.rb', line 85 def end |
Class Method Details
.option(*args) ⇒ Object
87 88 89 90 |
# File 'lib/frodo/config.rb', line 87 def option(*args) option = Option.define(self, *args) (self. ||= []) << option.name end |
Instance Method Details
#options ⇒ Object
142 143 144 |
# File 'lib/frodo/config.rb', line 142 def self.class. end |