Class: Takagi::Config::PluginConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/takagi/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#auto_discoverObject

Returns the value of attribute auto_discover

Returns:

  • (Object)

    the current value of auto_discover



19
20
21
# File 'lib/takagi/config.rb', line 19

def auto_discover
  @auto_discover
end

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



19
20
21
# File 'lib/takagi/config.rb', line 19

def enabled
  @enabled
end