Class: Rundoc::CodeCommand::PipeArgs
- Inherits:
-
Object
- Object
- Rundoc::CodeCommand::PipeArgs
- Defined in:
- lib/rundoc/code_command/pipe.rb
Instance Attribute Summary collapse
-
#line ⇒ Object
readonly
Returns the value of attribute line.
Instance Method Summary collapse
-
#initialize(line) ⇒ PipeArgs
constructor
A new instance of PipeArgs.
Constructor Details
#initialize(line) ⇒ PipeArgs
Returns a new instance of PipeArgs.
8 9 10 |
# File 'lib/rundoc/code_command/pipe.rb', line 8 def initialize(line) @line = line end |
Instance Attribute Details
#line ⇒ Object (readonly)
Returns the value of attribute line.
6 7 8 |
# File 'lib/rundoc/code_command/pipe.rb', line 6 def line @line end |