Class: Chef::Provisioning::ChefRunData
- Inherits:
-
Object
- Object
- Chef::Provisioning::ChefRunData
- Defined in:
- lib/chef/provisioning/opennebula_driver/driver.rb
Overview
Class extension.
Instance Attribute Summary collapse
-
#flow_url ⇒ Object
Returns the value of attribute flow_url.
Instance Method Summary collapse
Instance Attribute Details
#flow_url ⇒ Object
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 |