Class: Chef::Resource::OneVnet
- Inherits:
-
LWRPBase
- Object
- LWRPBase
- Chef::Resource::OneVnet
- Defined in:
- lib/chef/resource/one_vnet.rb
Overview
Implementation of Resource class.
Instance Method Summary collapse
-
#initialize(*args) ⇒ OneVnet
constructor
A new instance of OneVnet.
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 |