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