Class: Rundoc::CodeCommand::PipeArgs

Inherits:
Object
  • Object
show all
Defined in:
lib/rundoc/code_command/pipe.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#lineObject (readonly)

Returns the value of attribute line.



6
7
8
# File 'lib/rundoc/code_command/pipe.rb', line 6

def line
  @line
end