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.rb, line 327 def initialize(action = PRESERVE) super('presence') self.text = action end