Class: Liteguard::UnadoptedGuardObservation

Inherits:
Data
  • Object
show all
Defined in:
lib/liteguard/types.rb

Overview

UnadoptedGuardObservation (mirrors proto message).

Instance Attribute Summary collapse

Instance Attribute Details

#check_countObject (readonly)

Returns the value of attribute check_count

Returns:

  • (Object)

    the current value of check_count



150
151
152
# File 'lib/liteguard/types.rb', line 150

def check_count
  @check_count
end

#estimated_checks_per_minuteObject (readonly)

Returns the value of attribute estimated_checks_per_minute

Returns:

  • (Object)

    the current value of estimated_checks_per_minute



150
151
152
# File 'lib/liteguard/types.rb', line 150

def estimated_checks_per_minute
  @estimated_checks_per_minute
end

#first_seen_msObject (readonly)

Returns the value of attribute first_seen_ms

Returns:

  • (Object)

    the current value of first_seen_ms



150
151
152
# File 'lib/liteguard/types.rb', line 150

def first_seen_ms
  @first_seen_ms
end

#guard_nameObject (readonly)

Returns the value of attribute guard_name

Returns:

  • (Object)

    the current value of guard_name



150
151
152
# File 'lib/liteguard/types.rb', line 150

def guard_name
  @guard_name
end

#last_seen_msObject (readonly)

Returns the value of attribute last_seen_ms

Returns:

  • (Object)

    the current value of last_seen_ms



150
151
152
# File 'lib/liteguard/types.rb', line 150

def last_seen_ms
  @last_seen_ms
end