class Origami::XDP::Packet::Config::IfEmpty
Constants
- DATAGROUP
- DATAVALUE
- IGNORE
- REMOVE
Public Class Methods
new(default = DATAVALUE)
click to toggle source
Calls superclass method
# File lib/origami/xfa.rb, line 288 def initialize(default = DATAVALUE) super('ifEmpty') self.text = default end