Class: Takagi::Config::PluginConfig
- Inherits:
-
Struct
- Object
- Struct
- Takagi::Config::PluginConfig
- Defined in:
- lib/takagi/config.rb
Instance Attribute Summary collapse
-
#auto_discover ⇒ Object
Returns the value of attribute auto_discover.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
Instance Attribute Details
#auto_discover ⇒ Object
Returns the value of attribute auto_discover
19 20 21 |
# File 'lib/takagi/config.rb', line 19 def auto_discover @auto_discover end |
#enabled ⇒ Object
Returns the value of attribute enabled
19 20 21 |
# File 'lib/takagi/config.rb', line 19 def enabled @enabled end |