Method: Wdmc::Device#summary

Defined in:
lib/wdmc/device.rb

#summaryObject



17
18
19
20
21
22
23
24
25
26
27
# File 'lib/wdmc/device.rb', line 17

def summary
  info
  puts
  firmware
  puts
  usage
  puts
  state
  puts
  network
end