module Packetman::ConfigMethods
Public Class Methods
included(base)
click to toggle source
# File lib/packetman/config_methods.rb, line 3 def self.included(base) base.extend(self) end
Public Instance Methods
config()
click to toggle source
# File lib/packetman/config_methods.rb, line 7 def config Packetman.config end
protocols()
click to toggle source
# File lib/packetman/config_methods.rb, line 11 def protocols config.protocols end