Class: Bonita::ErrorMapping::Error

Inherits:
Struct
  • Object
show all
Defined in:
lib/bonita/mappings/error_mapping.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exceptionObject

Returns the value of attribute exception

Returns:

  • (Object)

    the current value of exception



4
5
6
# File 'lib/bonita/mappings/error_mapping.rb', line 4

def exception
  @exception
end

#explanationsObject

Returns the value of attribute explanations

Returns:

  • (Object)

    the current value of explanations



4
5
6
# File 'lib/bonita/mappings/error_mapping.rb', line 4

def explanations
  @explanations
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



4
5
6
# File 'lib/bonita/mappings/error_mapping.rb', line 4

def message
  @message
end