Class: Blufin::SchemaError
- Inherits:
-
Object
- Object
- Blufin::SchemaError
- Defined in:
- lib/core/error_handling/schema_error.rb
Instance Attribute Summary collapse
-
#error_detail ⇒ Object
Returns the value of attribute error_detail.
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#file ⇒ Object
Returns the value of attribute file.
-
#multi_line_content ⇒ Object
Returns the value of attribute multi_line_content.
-
#schema_address ⇒ Object
Returns the value of attribute schema_address.
-
#section ⇒ Object
Returns the value of attribute section.
Instance Attribute Details
#error_detail ⇒ Object
Returns the value of attribute error_detail.
5 6 7 |
# File 'lib/core/error_handling/schema_error.rb', line 5 def error_detail @error_detail end |
#error_message ⇒ Object
Returns the value of attribute error_message.
5 6 7 |
# File 'lib/core/error_handling/schema_error.rb', line 5 def end |
#file ⇒ Object
Returns the value of attribute file.
5 6 7 |
# File 'lib/core/error_handling/schema_error.rb', line 5 def file @file end |
#multi_line_content ⇒ Object
Returns the value of attribute multi_line_content.
5 6 7 |
# File 'lib/core/error_handling/schema_error.rb', line 5 def multi_line_content @multi_line_content end |
#schema_address ⇒ Object
Returns the value of attribute schema_address.
5 6 7 |
# File 'lib/core/error_handling/schema_error.rb', line 5 def schema_address @schema_address end |
#section ⇒ Object
Returns the value of attribute section.
5 6 7 |
# File 'lib/core/error_handling/schema_error.rb', line 5 def section @section end |