Class: Middleman::MapDescriptor

Inherits:
Struct
  • Object
show all
Defined in:
lib/middleman-core/application.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



17
18
19
# File 'lib/middleman-core/application.rb', line 17

def block
  @block
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



17
18
19
# File 'lib/middleman-core/application.rb', line 17

def path
  @path
end