Class: LetsencryptPlugin::Setting

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/letsencrypt_plugin/setting.rb,
app/models/letsencrypt_plugin/setting.rb

Instance Attribute Summary collapse

Instance Attribute Details

#private_keyObject

Returns the value of attribute private_key.



7
8
9
# File 'app/models/letsencrypt_plugin/setting.rb', line 7

def private_key
  @private_key
end