Class: Amlexia::DiagnosticState
- Inherits:
-
Struct
- Object
- Struct
- Amlexia::DiagnosticState
- Defined in:
- lib/amlexia/diagnostic.rb
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#events_buffered ⇒ Object
Returns the value of attribute events_buffered.
-
#last_error ⇒ Object
Returns the value of attribute last_error.
-
#last_flush_at ⇒ Object
Returns the value of attribute last_flush_at.
Instance Attribute Details
#enabled ⇒ Object
Returns the value of attribute enabled
4 5 6 |
# File 'lib/amlexia/diagnostic.rb', line 4 def enabled @enabled end |
#events_buffered ⇒ Object
Returns the value of attribute events_buffered
4 5 6 |
# File 'lib/amlexia/diagnostic.rb', line 4 def events_buffered @events_buffered end |
#last_error ⇒ Object
Returns the value of attribute last_error
4 5 6 |
# File 'lib/amlexia/diagnostic.rb', line 4 def last_error @last_error end |
#last_flush_at ⇒ Object
Returns the value of attribute last_flush_at
4 5 6 |
# File 'lib/amlexia/diagnostic.rb', line 4 def last_flush_at @last_flush_at end |