Class: Pgbus::VisibilityHeartbeat::Entry
- Inherits:
-
Struct
- Object
- Struct
- Pgbus::VisibilityHeartbeat::Entry
- Defined in:
- lib/pgbus/visibility_heartbeat.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
-
#extended_at ⇒ Object
Returns the value of attribute extended_at.
-
#extensions ⇒ Object
Returns the value of attribute extensions.
-
#job_class ⇒ Object
Returns the value of attribute job_class.
-
#msg_id ⇒ Object
Returns the value of attribute msg_id.
-
#prefixed ⇒ Object
Returns the value of attribute prefixed.
-
#queue_name ⇒ Object
Returns the value of attribute queue_name.
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client
27 28 29 |
# File 'lib/pgbus/visibility_heartbeat.rb', line 27 def client @client end |
#extended_at ⇒ Object
Returns the value of attribute extended_at
27 28 29 |
# File 'lib/pgbus/visibility_heartbeat.rb', line 27 def extended_at @extended_at end |
#extensions ⇒ Object
Returns the value of attribute extensions
27 28 29 |
# File 'lib/pgbus/visibility_heartbeat.rb', line 27 def extensions @extensions end |
#job_class ⇒ Object
Returns the value of attribute job_class
27 28 29 |
# File 'lib/pgbus/visibility_heartbeat.rb', line 27 def job_class @job_class end |
#msg_id ⇒ Object
Returns the value of attribute msg_id
27 28 29 |
# File 'lib/pgbus/visibility_heartbeat.rb', line 27 def msg_id @msg_id end |
#prefixed ⇒ Object
Returns the value of attribute prefixed
27 28 29 |
# File 'lib/pgbus/visibility_heartbeat.rb', line 27 def prefixed @prefixed end |
#queue_name ⇒ Object
Returns the value of attribute queue_name
27 28 29 |
# File 'lib/pgbus/visibility_heartbeat.rb', line 27 def queue_name @queue_name end |