module GreenHat::Network

Sidekiq Log Helpers

Public Class Methods

netstat() click to toggle source
# File lib/greenhat/accessors/network.rb, line 4
def self.netstat
  Thing.where(name: 'netstat')
end