Class: Chef::Provisioning::ChefRunData

Inherits:
Object
  • Object
show all
Defined in:
lib/chef/provisioning/opennebula_driver/driver.rb

Overview

Class extension.

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#flow_urlObject

Returns the value of attribute flow_url.



46
47
48
# File 'lib/chef/provisioning/opennebula_driver/driver.rb', line 46

def flow_url
  @flow_url
end

Instance Method Details

#with_flow_url(url) ⇒ Object



47
48
49
# File 'lib/chef/provisioning/opennebula_driver/driver.rb', line 47

def with_flow_url(url)
  @flow_url = url
end