Class: Bake::ErrorDesc
- Inherits:
-
Object
- Object
- Bake::ErrorDesc
- Defined in:
- lib/bake/toolchain/errorparser/error_parser.rb
Instance Attribute Summary collapse
-
#file_name ⇒ Object
Returns the value of attribute file_name.
-
#line_number ⇒ Object
Returns the value of attribute line_number.
-
#message ⇒ Object
Returns the value of attribute message.
-
#severity ⇒ Object
Returns the value of attribute severity.
Instance Method Summary collapse
-
#initialize ⇒ ErrorDesc
constructor
A new instance of ErrorDesc.
Constructor Details
#initialize ⇒ ErrorDesc
Returns a new instance of ErrorDesc.
4 5 6 |
# File 'lib/bake/toolchain/errorparser/error_parser.rb', line 4 def initialize @severity = 255 end |
Instance Attribute Details
#file_name ⇒ Object
Returns the value of attribute file_name.
10 11 12 |
# File 'lib/bake/toolchain/errorparser/error_parser.rb', line 10 def file_name @file_name end |
#line_number ⇒ Object
Returns the value of attribute line_number.
8 9 10 |
# File 'lib/bake/toolchain/errorparser/error_parser.rb', line 8 def line_number @line_number end |
#message ⇒ Object
Returns the value of attribute message.
9 10 11 |
# File 'lib/bake/toolchain/errorparser/error_parser.rb', line 9 def @message end |
#severity ⇒ Object
Returns the value of attribute severity.
7 8 9 |
# File 'lib/bake/toolchain/errorparser/error_parser.rb', line 7 def severity @severity end |