module LetsencryptPlugin

Constants

Config
VERSION

Public Class Methods

config() click to toggle source
# File lib/letsencrypt_plugin.rb, line 11
def self.config
  # load files on demand
  @config ||= Configuration.load_file
end
config=(config) click to toggle source
# File lib/letsencrypt_plugin.rb, line 16
def self.config=(config)
  @config = config
end