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



33
34
35
# File 'lib/ask/agent/events.rb', line 33

def error
  @error
end

#recoverableObject (readonly)

Returns the value of attribute recoverable

Returns:

  • (Object)

    the current value of recoverable



33
34
35
# File 'lib/ask/agent/events.rb', line 33

def recoverable
  @recoverable
end