Class: FLGen::Arguments::LibraryFile
- 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) ⇒ LibraryFile
constructor
A new instance of LibraryFile.
Methods inherited from Base
Constructor Details
#initialize(path) ⇒ LibraryFile
Returns a new instance of LibraryFile.
31 32 33 34 |
# File 'lib/flgen/arguments.rb', line 31 def initialize(path) super(:library_file, nil) @path = path end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
36 37 38 |
# File 'lib/flgen/arguments.rb', line 36 def path @path end |