Class: Rubycc::Rmake::Executor::Redirection
- Inherits:
-
Struct
- Object
- Struct
- Rubycc::Rmake::Executor::Redirection
- Defined in:
- lib/rubycc/rmake/executor.rb
Overview
One redirection parsed off a command: which stream (:stdout/:stderr), whether it truncates or appends, and the target path (relative to the command's cwd).
Instance Attribute Summary collapse
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#path ⇒ Object
Returns the value of attribute path.
-
#stream ⇒ Object
Returns the value of attribute stream.
Instance Attribute Details
#mode ⇒ Object
Returns the value of attribute mode
56 57 58 |
# File 'lib/rubycc/rmake/executor.rb', line 56 def mode @mode end |
#path ⇒ Object
Returns the value of attribute path
56 57 58 |
# File 'lib/rubycc/rmake/executor.rb', line 56 def path @path end |
#stream ⇒ Object
Returns the value of attribute stream
56 57 58 |
# File 'lib/rubycc/rmake/executor.rb', line 56 def stream @stream end |