Class: Rundoc::CodeCommand::PreErbArgs
- Inherits:
-
Object
- Object
- Rundoc::CodeCommand::PreErbArgs
- Defined in:
- lib/rundoc/code_command/pre/erb.rb
Instance Attribute Summary collapse
-
#line ⇒ Object
readonly
Returns the value of attribute line.
Instance Method Summary collapse
-
#initialize(line) ⇒ PreErbArgs
constructor
A new instance of PreErbArgs.
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
#line ⇒ Object (readonly)
Returns the value of attribute line.
7 8 9 |
# File 'lib/rundoc/code_command/pre/erb.rb', line 7 def line @line end |