Class: VagrantPlugins::Deltacloud::Utils
- Inherits:
-
Object
- Object
- VagrantPlugins::Deltacloud::Utils
- Defined in:
- lib/vagrant-deltacloud-provider/utils.rb
Instance Method Summary collapse
-
#initialize ⇒ Utils
constructor
A new instance of Utils.
Constructor Details
#initialize ⇒ Utils
Returns a new instance of Utils.
4 5 6 |
# File 'lib/vagrant-deltacloud-provider/utils.rb', line 4 def initialize @logger = Log4r::Logger.new('vagrant_deltacloud::action::config_resolver') end |