Class: RubyScep::Configuration
- Inherits:
-
Object
- Object
- RubyScep::Configuration
- Defined in:
- lib/ruby_scep/configuration.rb
Instance Attribute Summary collapse
-
#ca ⇒ Object
Returns the value of attribute ca.
-
#ca_cert_path ⇒ Object
Returns the value of attribute ca_cert_path.
-
#ca_key ⇒ Object
Returns the value of attribute ca_key.
-
#ca_key_path ⇒ Object
Returns the value of attribute ca_key_path.
-
#certificates_store ⇒ Object
Returns the value of attribute certificates_store.
Instance Attribute Details
#ca ⇒ Object
Returns the value of attribute ca.
4 5 6 |
# File 'lib/ruby_scep/configuration.rb', line 4 def ca @ca end |
#ca_cert_path ⇒ Object
Returns the value of attribute ca_cert_path.
4 5 6 |
# File 'lib/ruby_scep/configuration.rb', line 4 def ca_cert_path @ca_cert_path end |
#ca_key ⇒ Object
Returns the value of attribute ca_key.
4 5 6 |
# File 'lib/ruby_scep/configuration.rb', line 4 def ca_key @ca_key end |
#ca_key_path ⇒ Object
Returns the value of attribute ca_key_path.
4 5 6 |
# File 'lib/ruby_scep/configuration.rb', line 4 def ca_key_path @ca_key_path end |
#certificates_store ⇒ Object
Returns the value of attribute certificates_store.
4 5 6 |
# File 'lib/ruby_scep/configuration.rb', line 4 def certificates_store @certificates_store end |