class Origami::XDP::Packet::Config::Threshold

Constants

ERROR
INFORMATION
TRACE
WARN

Public Class Methods

new(threshold = TRACE) click to toggle source
Calls superclass method
# File lib/origami/xfa/config.rb, line 495
def initialize(threshold = TRACE)
    super('threshold')

    self.text = threshold
end