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/config.rb, line 80
def initialize(attr = PRESERVE)
    super('attributes')

    self.text = attr
end