Class: LogParserXCPretty::Warning

Inherits:
Struct
  • Object
show all
Defined in:
lib/xcode_warnings/log_parser_xcpretty.rb

Overview

Struct represents warnings.

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



9
10
11
# File 'lib/xcode_warnings/log_parser_xcpretty.rb', line 9

def file
  @file
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



9
10
11
# File 'lib/xcode_warnings/log_parser_xcpretty.rb', line 9

def line
  @line
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



9
10
11
# File 'lib/xcode_warnings/log_parser_xcpretty.rb', line 9

def message
  @message
end