Class: Acmesmith::Config::ChainPreference
- Inherits:
-
Struct
- Object
- Struct
- Acmesmith::Config::ChainPreference
- Defined in:
- lib/acmesmith/config.rb
Instance Attribute Summary collapse
-
#filter ⇒ Object
Returns the value of attribute filter.
-
#root_issuer_key_id ⇒ Object
Returns the value of attribute root_issuer_key_id.
-
#root_issuer_name ⇒ Object
Returns the value of attribute root_issuer_name.
Instance Attribute Details
#filter ⇒ Object
Returns the value of attribute filter
11 12 13 |
# File 'lib/acmesmith/config.rb', line 11 def filter @filter end |
#root_issuer_key_id ⇒ Object
Returns the value of attribute root_issuer_key_id
11 12 13 |
# File 'lib/acmesmith/config.rb', line 11 def root_issuer_key_id @root_issuer_key_id end |
#root_issuer_name ⇒ Object
Returns the value of attribute root_issuer_name
11 12 13 |
# File 'lib/acmesmith/config.rb', line 11 def root_issuer_name @root_issuer_name end |