Class: Rubycc::Rmake::Executor::SimpleCommand
- Inherits:
-
Struct
- Object
- Struct
- Rubycc::Rmake::Executor::SimpleCommand
- Defined in:
- lib/rubycc/rmake/executor.rb
Overview
One simple command: leading VAR=value assignments, the argv words and
the redirections that apply to it.
Instance Attribute Summary collapse
-
#argv ⇒ Object
Returns the value of attribute argv.
-
#assignments ⇒ Object
Returns the value of attribute assignments.
-
#redirections ⇒ Object
Returns the value of attribute redirections.
Instance Attribute Details
#argv ⇒ Object
Returns the value of attribute argv
60 61 62 |
# File 'lib/rubycc/rmake/executor.rb', line 60 def argv @argv end |
#assignments ⇒ Object
Returns the value of attribute assignments
60 61 62 |
# File 'lib/rubycc/rmake/executor.rb', line 60 def assignments @assignments end |
#redirections ⇒ Object
Returns the value of attribute redirections
60 61 62 |
# File 'lib/rubycc/rmake/executor.rb', line 60 def redirections @redirections end |