Class: Ask::Agent::Events::Error

Inherits:
Data
  • Object
show all
Defined in:
lib/ask/agent/events.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



39
40
41
# File 'lib/ask/agent/events.rb', line 39

def error
  @error
end

#recoverableObject (readonly)

Returns the value of attribute recoverable

Returns:

  • (Object)

    the current value of recoverable



39
40
41
# File 'lib/ask/agent/events.rb', line 39

def recoverable
  @recoverable
end