Class: Drntest::IncludeDirective
- Defined in:
- lib/drntest/directive.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path) ⇒ IncludeDirective
constructor
A new instance of IncludeDirective.
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
#path ⇒ Object (readonly)
Returns the value of attribute path.
30 31 32 |
# File 'lib/drntest/directive.rb', line 30 def path @path end |