Class: Mysigner::CredentialResolver::AscCreds
- Inherits:
-
Struct
- Object
- Struct
- Mysigner::CredentialResolver::AscCreds
- Defined in:
- lib/mysigner/credential_resolver.rb
Overview
Both Structs include ‘source` so the caller can log which leg of the cascade won. The CLI prints it before each ship so non-interactive runs (CI) have an audit trail of where the credential came from.
Instance Attribute Summary collapse
-
#issuer_id ⇒ Object
Returns the value of attribute issuer_id.
-
#key_id ⇒ Object
Returns the value of attribute key_id.
-
#p8_pem ⇒ Object
Returns the value of attribute p8_pem.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#issuer_id ⇒ Object
Returns the value of attribute issuer_id
27 28 29 |
# File 'lib/mysigner/credential_resolver.rb', line 27 def issuer_id @issuer_id end |
#key_id ⇒ Object
Returns the value of attribute key_id
27 28 29 |
# File 'lib/mysigner/credential_resolver.rb', line 27 def key_id @key_id end |
#p8_pem ⇒ Object
Returns the value of attribute p8_pem
27 28 29 |
# File 'lib/mysigner/credential_resolver.rb', line 27 def p8_pem @p8_pem end |
#source ⇒ Object
Returns the value of attribute source
27 28 29 |
# File 'lib/mysigner/credential_resolver.rb', line 27 def source @source end |