Method: Bl::Commands::Space#disk_usage

Defined in:
lib/bl/commands/space.rb

#disk_usageObject



44
45
46
47
# File 'lib/bl/commands/space.rb', line 44

def disk_usage
  res = request(:get, 'space/diskUsage')
  print_space_disk_usage(res)
end