class Origami::XDP::Packet::Config::Presence

Constants

DISSOLVE
DISSOLVESTRUCTURE
IGNORE
PRESERVE
REMOVE

Public Class Methods

new(action = PRESERVE) click to toggle source
Calls superclass method
# File lib/origami/xfa/config.rb, line 260
def initialize(action = PRESERVE)
    super('presence')

    self.text = action
end