class Origami::XDP::Packet::Config::Severity

Constants

ERROR
IGNORE
INFORMATION
TRACE
WARNING

Public Class Methods

new(level = IGNORE) click to toggle source
Calls superclass method
# File lib/origami/xfa/config.rb, line 342
def initialize(level = IGNORE)
    super('severity')

    self.text = level
end