Class: Chef::Resource::OneVnet

Inherits:
LWRPBase
  • Object
show all
Defined in:
lib/chef/resource/one_vnet.rb

Overview

Implementation of Resource class.

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ OneVnet

Returns a new instance of OneVnet.



46
47
48
49
# File 'lib/chef/resource/one_vnet.rb', line 46

def initialize(*args)
  super
  @driver = run_context.chef_provisioning.current_driver
end