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

Inherits:
Origami::XFA::Element show all
Defined in:
lib/origami/xfa.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.



147
148
149
150
151
# File 'lib/origami/xfa.rb', line 147

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

  self.text = attr
end