Class: FLGen::Arguments::Include
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(path) ⇒ Include
constructor
A new instance of Include.
Methods inherited from Base
Constructor Details
#initialize(path) ⇒ Include
Returns a new instance of Include.
40 41 42 43 |
# File 'lib/flgen/arguments.rb', line 40 def initialize(path) super(:include, nil) @path = path end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
45 46 47 |
# File 'lib/flgen/arguments.rb', line 45 def path @path end |