Class: LogParser::Warning
- Inherits:
-
Struct
- Object
- Struct
- LogParser::Warning
- Defined in:
- lib/xcode_warnings/log_parser.rb
Overview
Struct represents warnings.
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#line ⇒ Object
Returns the value of attribute line.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
9 10 11 |
# File 'lib/xcode_warnings/log_parser.rb', line 9 def file @file end |
#line ⇒ Object
Returns the value of attribute line
9 10 11 |
# File 'lib/xcode_warnings/log_parser.rb', line 9 def line @line end |
#message ⇒ Object
Returns the value of attribute message
9 10 11 |
# File 'lib/xcode_warnings/log_parser.rb', line 9 def end |