Class: ActiveJob::Temporal::CredentialRefresher::Source

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



40
41
42
# File 'lib/activejob/temporal/credential_refresher.rb', line 40

def name
  @name
end

#on_changeObject

Returns the value of attribute on_change

Returns:

  • (Object)

    the current value of on_change



40
41
42
# File 'lib/activejob/temporal/credential_refresher.rb', line 40

def on_change
  @on_change
end

#pathsObject

Returns the value of attribute paths

Returns:

  • (Object)

    the current value of paths



40
41
42
# File 'lib/activejob/temporal/credential_refresher.rb', line 40

def paths
  @paths
end