Class: FLGen::Arguments::LibraryDirectory

Inherits:
Base
  • Object
show all
Defined in:
lib/flgen/arguments.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#tool, #type

Instance Method Summary collapse

Methods inherited from Base

#match_tool?

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

#pathObject (readonly)

Returns the value of attribute path.



54
55
56
# File 'lib/flgen/arguments.rb', line 54

def path
  @path
end