Class: Blufin::SchemaError

Inherits:
Object
  • Object
show all
Defined in:
lib/core/error_handling/schema_error.rb

Instance Attribute Summary collapse

Instance Attribute Details

#error_detailObject

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_messageObject

Returns the value of attribute error_message.



5
6
7
# File 'lib/core/error_handling/schema_error.rb', line 5

def error_message
  @error_message
end

#fileObject

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_contentObject

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_addressObject

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

#sectionObject

Returns the value of attribute section.



5
6
7
# File 'lib/core/error_handling/schema_error.rb', line 5

def section
  @section
end