Class: Drntest::IncludeDirective

Inherits:
Directive show all
Defined in:
lib/drntest/directive.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ IncludeDirective

Returns a new instance of IncludeDirective.



32
33
34
# File 'lib/drntest/directive.rb', line 32

def initialize(path)
  @path = path
end

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



30
31
32
# File 'lib/drntest/directive.rb', line 30

def path
  @path
end