Class: FLGen::Arguments::Generic

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(argument, tool) ⇒ Generic

Returns a new instance of Generic.



58
59
60
61
# File 'lib/flgen/arguments.rb', line 58

def initialize(argument, tool)
  super(:generic, tool)
  @argument = argument
end

Instance Attribute Details

#argumentObject (readonly)

Returns the value of attribute argument.



63
64
65
# File 'lib/flgen/arguments.rb', line 63

def argument
  @argument
end