Method: Atatus::Config::Options::ClassMethods#option
- Defined in:
- lib/atatus/config/options.rb
#option(key, **args) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
113 114 115 |
# File 'lib/atatus/config/options.rb', line 113 def option(key, **args) schema[key] = args end |