Class: Fasterer::ErrorData
- Inherits:
-
Struct
- Object
- Struct
- Fasterer::ErrorData
- Defined in:
- lib/fasterer/file_traverser.rb
Instance Attribute Summary collapse
-
#error_class ⇒ Object
Returns the value of attribute error_class.
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#file_path ⇒ Object
Returns the value of attribute file_path.
Instance Method Summary collapse
Instance Attribute Details
#error_class ⇒ Object
Returns the value of attribute error_class
103 104 105 |
# File 'lib/fasterer/file_traverser.rb', line 103 def error_class @error_class end |
#error_message ⇒ Object
Returns the value of attribute error_message
103 104 105 |
# File 'lib/fasterer/file_traverser.rb', line 103 def @error_message end |
#file_path ⇒ Object
Returns the value of attribute file_path
103 104 105 |
# File 'lib/fasterer/file_traverser.rb', line 103 def file_path @file_path end |
Instance Method Details
#to_s ⇒ Object
104 105 106 |
# File 'lib/fasterer/file_traverser.rb', line 104 def to_s "#{file_path} - #{error_class} - #{}" end |