Method: Rubyipmi::Ipmitool::Lan#refresh

Defined in:
lib/rubyipmi/ipmitool/commands/lan.rb

#refreshObject

sets the info var to be empty causing the variable to repopulate upon the next call to info



17
18
19
# File 'lib/rubyipmi/ipmitool/commands/lan.rb', line 17

def refresh
  @info = {}
end