Class: Rundoc::CodeCommand::PreErbArgs

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(line) ⇒ PreErbArgs

Returns a new instance of PreErbArgs.



9
10
11
# File 'lib/rundoc/code_command/pre/erb.rb', line 9

def initialize(line)
  @line = line
end

Instance Attribute Details

#lineObject (readonly)

Returns the value of attribute line.



7
8
9
# File 'lib/rundoc/code_command/pre/erb.rb', line 7

def line
  @line
end