Class: FLGen::Arguments::LibraryDirectory
- Defined in:
- lib/flgen/arguments.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(path) ⇒ LibraryDirectory
constructor
A new instance of LibraryDirectory.
Methods inherited from Base
Constructor Details
#initialize(path) ⇒ LibraryDirectory
Returns a new instance of LibraryDirectory.
49 50 51 52 |
# File 'lib/flgen/arguments.rb', line 49 def initialize(path) super(:library_directory, nil) @path = path end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
54 55 56 |
# File 'lib/flgen/arguments.rb', line 54 def path @path end |