Class: Acmesmith::Config::ChainPreference

Inherits:
Struct
  • Object
show all
Defined in:
lib/acmesmith/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#filterObject

Returns the value of attribute filter

Returns:

  • (Object)

    the current value of filter



11
12
13
# File 'lib/acmesmith/config.rb', line 11

def filter
  @filter
end

#root_issuer_key_idObject

Returns the value of attribute root_issuer_key_id

Returns:

  • (Object)

    the current value of 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_nameObject

Returns the value of attribute root_issuer_name

Returns:

  • (Object)

    the current value of root_issuer_name



11
12
13
# File 'lib/acmesmith/config.rb', line 11

def root_issuer_name
  @root_issuer_name
end