Class: Takagi::Config::MiddlewareConfig

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

Instance Attribute Summary collapse

Instance Attribute Details

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



17
18
19
# File 'lib/takagi/config.rb', line 17

def enabled
  @enabled
end

#stackObject

Returns the value of attribute stack

Returns:

  • (Object)

    the current value of stack



17
18
19
# File 'lib/takagi/config.rb', line 17

def stack
  @stack
end