Class: Chef::Resource::OneVnetLease

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

Overview

Implementation of Resource class.

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ OneVnetLease

Returns a new instance of OneVnetLease.



40
41
42
43
# File 'lib/chef/resource/one_vnet_lease.rb', line 40

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