Class: Amlexia::DiagnosticState

Inherits:
Struct
  • Object
show all
Defined in:
lib/amlexia/diagnostic.rb

Instance Attribute Summary collapse

Instance Attribute Details

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



4
5
6
# File 'lib/amlexia/diagnostic.rb', line 4

def enabled
  @enabled
end

#events_bufferedObject

Returns the value of attribute events_buffered

Returns:

  • (Object)

    the current value of events_buffered



4
5
6
# File 'lib/amlexia/diagnostic.rb', line 4

def events_buffered
  @events_buffered
end

#last_errorObject

Returns the value of attribute last_error

Returns:

  • (Object)

    the current value of last_error



4
5
6
# File 'lib/amlexia/diagnostic.rb', line 4

def last_error
  @last_error
end

#last_flush_atObject

Returns the value of attribute last_flush_at

Returns:

  • (Object)

    the current value of last_flush_at



4
5
6
# File 'lib/amlexia/diagnostic.rb', line 4

def last_flush_at
  @last_flush_at
end