Class: Origami::XDP::Packet::Config::Attributes
- Inherits:
-
Origami::XFA::ConfigElement
- Object
- REXML::Element
- Origami::XFA::Element
- Origami::XFA::ConfigElement
- Origami::XDP::Packet::Config::Attributes
- Defined in:
- lib/origami/xfa/config.rb
Constant Summary collapse
- PRESERVE =
"preserve"
- DELEGATE =
"delegate"
- IGNORE =
"ignore"
Instance Method Summary collapse
-
#initialize(attr = PRESERVE) ⇒ Attributes
constructor
A new instance of Attributes.
Methods included from Origami::XFA
Constructor Details
#initialize(attr = PRESERVE) ⇒ Attributes
Returns a new instance of Attributes.
75 76 77 78 79 |
# File 'lib/origami/xfa/config.rb', line 75 def initialize(attr = PRESERVE) super('attributes') self.text = attr end |