Class: Pray::VerifyPosition::PositionDriftSummary
- Inherits:
-
Struct
- Object
- Struct
- Pray::VerifyPosition::PositionDriftSummary
- Defined in:
- lib/pray/verify_position.rb
Instance Attribute Summary collapse
-
#cause ⇒ Object
Returns the value of attribute cause.
-
#file_close ⇒ Object
Returns the value of attribute file_close.
-
#file_open ⇒ Object
Returns the value of attribute file_open.
-
#first_id ⇒ Object
Returns the value of attribute first_id.
-
#lock_close ⇒ Object
Returns the value of attribute lock_close.
-
#lock_open ⇒ Object
Returns the value of attribute lock_open.
-
#marker_count ⇒ Object
Returns the value of attribute marker_count.
-
#target_path ⇒ Object
Returns the value of attribute target_path.
-
#uniform_delta ⇒ Object
Returns the value of attribute uniform_delta.
Instance Attribute Details
#cause ⇒ Object
Returns the value of attribute cause
7 8 9 |
# File 'lib/pray/verify_position.rb', line 7 def cause @cause end |
#file_close ⇒ Object
Returns the value of attribute file_close
7 8 9 |
# File 'lib/pray/verify_position.rb', line 7 def file_close @file_close end |
#file_open ⇒ Object
Returns the value of attribute file_open
7 8 9 |
# File 'lib/pray/verify_position.rb', line 7 def file_open @file_open end |
#first_id ⇒ Object
Returns the value of attribute first_id
7 8 9 |
# File 'lib/pray/verify_position.rb', line 7 def first_id @first_id end |
#lock_close ⇒ Object
Returns the value of attribute lock_close
7 8 9 |
# File 'lib/pray/verify_position.rb', line 7 def lock_close @lock_close end |
#lock_open ⇒ Object
Returns the value of attribute lock_open
7 8 9 |
# File 'lib/pray/verify_position.rb', line 7 def lock_open @lock_open end |
#marker_count ⇒ Object
Returns the value of attribute marker_count
7 8 9 |
# File 'lib/pray/verify_position.rb', line 7 def marker_count @marker_count end |
#target_path ⇒ Object
Returns the value of attribute target_path
7 8 9 |
# File 'lib/pray/verify_position.rb', line 7 def target_path @target_path end |
#uniform_delta ⇒ Object
Returns the value of attribute uniform_delta
7 8 9 |
# File 'lib/pray/verify_position.rb', line 7 def uniform_delta @uniform_delta end |