class Origami::XDP::Packet::Config::SuppressBanner

Constants

ALLOWED
DENIED

Public Class Methods

new(display = ALLOWED) click to toggle source
Calls superclass method
# File lib/origami/xfa/config.rb, line 390
def initialize(display = ALLOWED)
    super('suppressBanner')

    self.text = display
end