Class: Chef::Knife::UcsTemplateDelete

Inherits:
Chef::Knife show all
Includes:
UCSBase
Defined in:
lib/chef/knife/ucs_template_delete.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from UCSBase

#connection, #destroyer, included, #inventory, #locate_config_value, #manager, #msg_pair, #provisioner

Instance Attribute Details

#initial_sleep_delayObject

Returns the value of attribute initial_sleep_delay.



37
38
39
# File 'lib/chef/knife/ucs_template_delete.rb', line 37

def initial_sleep_delay
  @initial_sleep_delay
end

Instance Method Details

#runObject



51
52
53
54
55
56
# File 'lib/chef/knife/ucs_template_delete.rb', line 51

def run
  $stdout.sync = true
  
  #complete ucslib methods first   
  
end