Module: PathMapper::Node::Dir::Erb

Included in:
DirNode, File::Erb
Defined in:
lib/path_mapper/node/dir/erb.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#erb_optionsObject

Returns the value of attribute erb_options.



5
6
7
# File 'lib/path_mapper/node/dir/erb.rb', line 5

def erb_options
  @erb_options
end

Instance Method Details

#initialize(path, erb_options = {}) ⇒ Object



7
8
9
10
# File 'lib/path_mapper/node/dir/erb.rb', line 7

def initialize(path, erb_options={})
  super(path)
  @erb_options = erb_options
end