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