Class: Liteguard::Signal
- Inherits:
-
Data
- Object
- Data
- Liteguard::Signal
- Defined in:
- lib/liteguard/types.rb
Overview
A buffered guard-check record for upload to the data plane.
Instance Attribute Summary collapse
-
#callsite_id ⇒ Object
readonly
Returns the value of attribute callsite_id.
-
#dropped_signals_since_last ⇒ Object
readonly
Returns the value of attribute dropped_signals_since_last.
-
#execution_id ⇒ Object
readonly
Returns the value of attribute execution_id.
-
#guard_name ⇒ Object
readonly
Returns the value of attribute guard_name.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#measurement ⇒ Object
readonly
Returns the value of attribute measurement.
-
#parent_signal_id ⇒ Object
readonly
Returns the value of attribute parent_signal_id.
-
#properties ⇒ Object
readonly
Returns the value of attribute properties.
-
#result ⇒ Object
readonly
Returns the value of attribute result.
-
#sequence_number ⇒ Object
readonly
Returns the value of attribute sequence_number.
-
#signal_id ⇒ Object
readonly
Returns the value of attribute signal_id.
-
#timestamp_ms ⇒ Object
readonly
Returns the value of attribute timestamp_ms.
-
#trace ⇒ Object
readonly
Returns the value of attribute trace.
Instance Attribute Details
#callsite_id ⇒ Object (readonly)
Returns the value of attribute callsite_id
89 90 91 |
# File 'lib/liteguard/types.rb', line 89 def callsite_id @callsite_id end |
#dropped_signals_since_last ⇒ Object (readonly)
Returns the value of attribute dropped_signals_since_last
89 90 91 |
# File 'lib/liteguard/types.rb', line 89 def dropped_signals_since_last @dropped_signals_since_last end |
#execution_id ⇒ Object (readonly)
Returns the value of attribute execution_id
89 90 91 |
# File 'lib/liteguard/types.rb', line 89 def execution_id @execution_id end |
#guard_name ⇒ Object (readonly)
Returns the value of attribute guard_name
89 90 91 |
# File 'lib/liteguard/types.rb', line 89 def guard_name @guard_name end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
89 90 91 |
# File 'lib/liteguard/types.rb', line 89 def kind @kind end |
#measurement ⇒ Object (readonly)
Returns the value of attribute measurement
89 90 91 |
# File 'lib/liteguard/types.rb', line 89 def measurement @measurement end |
#parent_signal_id ⇒ Object (readonly)
Returns the value of attribute parent_signal_id
89 90 91 |
# File 'lib/liteguard/types.rb', line 89 def parent_signal_id @parent_signal_id end |
#properties ⇒ Object (readonly)
Returns the value of attribute properties
89 90 91 |
# File 'lib/liteguard/types.rb', line 89 def properties @properties end |
#result ⇒ Object (readonly)
Returns the value of attribute result
89 90 91 |
# File 'lib/liteguard/types.rb', line 89 def result @result end |
#sequence_number ⇒ Object (readonly)
Returns the value of attribute sequence_number
89 90 91 |
# File 'lib/liteguard/types.rb', line 89 def sequence_number @sequence_number end |
#signal_id ⇒ Object (readonly)
Returns the value of attribute signal_id
89 90 91 |
# File 'lib/liteguard/types.rb', line 89 def signal_id @signal_id end |
#timestamp_ms ⇒ Object (readonly)
Returns the value of attribute timestamp_ms
89 90 91 |
# File 'lib/liteguard/types.rb', line 89 def @timestamp_ms end |
#trace ⇒ Object (readonly)
Returns the value of attribute trace
89 90 91 |
# File 'lib/liteguard/types.rb', line 89 def trace @trace end |