Class: ActiveJob::Temporal::CredentialRefresher::Source
- Inherits:
-
Struct
- Object
- Struct
- ActiveJob::Temporal::CredentialRefresher::Source
- Defined in:
- lib/activejob/temporal/credential_refresher.rb
Overview
Files digested as one unit. Cert and key rotate as separate writes, so grouping them turns a rotation into a single callback instead of a pair.
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#on_change ⇒ Object
Returns the value of attribute on_change.
-
#paths ⇒ Object
Returns the value of attribute paths.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
40 41 42 |
# File 'lib/activejob/temporal/credential_refresher.rb', line 40 def name @name end |
#on_change ⇒ Object
Returns the value of attribute on_change
40 41 42 |
# File 'lib/activejob/temporal/credential_refresher.rb', line 40 def on_change @on_change end |
#paths ⇒ Object
Returns the value of attribute paths
40 41 42 |
# File 'lib/activejob/temporal/credential_refresher.rb', line 40 def paths @paths end |