class Origami::XDP::Packet::Config::Attributes
Constants
- DELEGATE
- IGNORE
- PRESERVE
Public Class Methods
new(attr = PRESERVE)
click to toggle source
Calls superclass method
# File lib/origami/xfa.rb, line 147 def initialize(attr = PRESERVE) super('attributes') self.text = attr end