Class: WebTools::Support::ErrorLog::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/web_tools/support/error_log.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exceptionObject

Returns the value of attribute exception

Returns:

  • (Object)

    the current value of exception



9
10
11
# File 'lib/web_tools/support/error_log.rb', line 9

def exception
  @exception
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



9
10
11
# File 'lib/web_tools/support/error_log.rb', line 9

def thread
  @thread
end