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.rb, line 409
def initialize(level = IGNORE)
  super('severity')

  self.text = level
end