Class: FLGen::Arguments::Generic
Instance Attribute Summary collapse
-
#argument ⇒ Object
readonly
Returns the value of attribute argument.
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(argument, tool) ⇒ Generic
constructor
A new instance of Generic.
Methods inherited from Base
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
#argument ⇒ Object (readonly)
Returns the value of attribute argument.
63 64 65 |
# File 'lib/flgen/arguments.rb', line 63 def argument @argument end |