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
113 114 115 |
# File 'lib/fasterer/file_traverser.rb', line 113 def error_class @error_class end |
#error_message ⇒ Object
Returns the value of attribute error_message
113 114 115 |
# File 'lib/fasterer/file_traverser.rb', line 113 def @error_message end |
#file_path ⇒ Object
Returns the value of attribute file_path
113 114 115 |
# File 'lib/fasterer/file_traverser.rb', line 113 def file_path @file_path end |
Instance Method Details
#to_s ⇒ Object
114 115 116 |
# File 'lib/fasterer/file_traverser.rb', line 114 def to_s "#{file_path} - #{error_class} - #{}" end |