Class: Liteguard::UnadoptedGuardObservation
- Inherits:
-
Data
- Object
- Data
- Liteguard::UnadoptedGuardObservation
- Defined in:
- lib/liteguard/types.rb
Overview
UnadoptedGuardObservation (mirrors proto message).
Instance Attribute Summary collapse
-
#check_count ⇒ Object
readonly
Returns the value of attribute check_count.
-
#estimated_checks_per_minute ⇒ Object
readonly
Returns the value of attribute estimated_checks_per_minute.
-
#first_seen_ms ⇒ Object
readonly
Returns the value of attribute first_seen_ms.
-
#guard_name ⇒ Object
readonly
Returns the value of attribute guard_name.
-
#last_seen_ms ⇒ Object
readonly
Returns the value of attribute last_seen_ms.
Instance Attribute Details
#check_count ⇒ Object (readonly)
Returns the value of attribute check_count
118 119 120 |
# File 'lib/liteguard/types.rb', line 118 def check_count @check_count end |
#estimated_checks_per_minute ⇒ Object (readonly)
Returns the value of attribute estimated_checks_per_minute
118 119 120 |
# File 'lib/liteguard/types.rb', line 118 def estimated_checks_per_minute @estimated_checks_per_minute end |
#first_seen_ms ⇒ Object (readonly)
Returns the value of attribute first_seen_ms
118 119 120 |
# File 'lib/liteguard/types.rb', line 118 def first_seen_ms @first_seen_ms end |
#guard_name ⇒ Object (readonly)
Returns the value of attribute guard_name
118 119 120 |
# File 'lib/liteguard/types.rb', line 118 def guard_name @guard_name end |
#last_seen_ms ⇒ Object (readonly)
Returns the value of attribute last_seen_ms
118 119 120 |
# File 'lib/liteguard/types.rb', line 118 def last_seen_ms @last_seen_ms end |