Class: Origami::XDP::Packet::Config::Attributes

Inherits:
Origami::XFA::Element show all
Defined in:
lib/origami/xfa/config.rb

Constant Summary collapse

PRESERVE =
"preserve"
DELEGATE =
"delegate"
IGNORE =
"ignore"

Instance Method Summary collapse

Methods included from Origami::XFA

included

Constructor Details

#initialize(attr = PRESERVE) ⇒ Attributes

Returns a new instance of Attributes.



80
81
82
83
84
# File 'lib/origami/xfa/config.rb', line 80

def initialize(attr = PRESERVE)
    super('attributes')

    self.text = attr
end