Class: LetsencryptWebfaction::Application::Run::CustomConfigPath

Inherits:
DefaultConfigPath show all
Defined in:
lib/letsencrypt_webfaction/application/run.rb

Instance Attribute Summary

Attributes inherited from DefaultConfigPath

#path

Instance Method Summary collapse

Methods inherited from DefaultConfigPath

#validate!

Constructor Details

#initialize(path) ⇒ CustomConfigPath

Returns a new instance of CustomConfigPath.



65
66
67
# File 'lib/letsencrypt_webfaction/application/run.rb', line 65

def initialize(path)
  @path = Pathname.new(path)
end