Class: FLGen::Arguments::Include

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) ⇒ 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

#pathObject (readonly)

Returns the value of attribute path.



45
46
47
# File 'lib/flgen/arguments.rb', line 45

def path
  @path
end