Class: Origami::XDP::Packet::Config::ExcludeNS
- Inherits:
-
Origami::XFA::Element
- Object
- REXML::Element
- Origami::XFA::Element
- Origami::XDP::Packet::Config::ExcludeNS
- Defined in:
- lib/origami/xfa.rb
Instance Method Summary collapse
-
#initialize(ns = "") ⇒ ExcludeNS
constructor
A new instance of ExcludeNS.
Methods included from Origami::XFA
Constructor Details
#initialize(ns = "") ⇒ ExcludeNS
Returns a new instance of ExcludeNS.
261 262 263 264 265 |
# File 'lib/origami/xfa.rb', line 261 def initialize(ns = "") super('excludeNS') self.text = ns end |