Class: Ask::Agent::Events::Error
- Inherits:
-
Data
- Object
- Data
- Ask::Agent::Events::Error
- Defined in:
- lib/ask/agent/events.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#recoverable ⇒ Object
readonly
Returns the value of attribute recoverable.
Instance Attribute Details
#error ⇒ Object (readonly)
Returns the value of attribute error
33 34 35 |
# File 'lib/ask/agent/events.rb', line 33 def error @error end |
#recoverable ⇒ Object (readonly)
Returns the value of attribute recoverable
33 34 35 |
# File 'lib/ask/agent/events.rb', line 33 def recoverable @recoverable end |