Class: Middleman::MiddlewareDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Middleman::MiddlewareDescriptor
- Defined in:
- middleman-core/lib/middleman-core/application.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
17 18 19 |
# File 'middleman-core/lib/middleman-core/application.rb', line 17 def block @block end |
#klass ⇒ Object
Returns the value of attribute klass
17 18 19 |
# File 'middleman-core/lib/middleman-core/application.rb', line 17 def klass @klass end |
#options ⇒ Object
Returns the value of attribute options
17 18 19 |
# File 'middleman-core/lib/middleman-core/application.rb', line 17 def @options end |