Method: ActionCommand::LogMessage#line

Defined in:
lib/action_command/log_parser.rb

#lineObject

Returns the line that was used to create this message.

Returns:

  • the line that was used to create this message.



32
33
34
# File 'lib/action_command/log_parser.rb', line 32

def line
  return @line
end