Class: Origami::XDP::Packet::Config::IfEmpty
- Inherits:
-
Origami::XFA::Element
- Object
- REXML::Element
- Origami::XFA::Element
- Origami::XDP::Packet::Config::IfEmpty
- Defined in:
- lib/origami/xfa.rb
Constant Summary collapse
- DATAVALUE =
"dataValue"- DATAGROUP =
"dataGroup"- IGNORE =
"ignore"- REMOVE =
"remove"
Instance Method Summary collapse
-
#initialize(default = DATAVALUE) ⇒ IfEmpty
constructor
A new instance of IfEmpty.
Methods included from Origami::XFA
Constructor Details
#initialize(default = DATAVALUE) ⇒ IfEmpty
Returns a new instance of IfEmpty.
292 293 294 295 296 |
# File 'lib/origami/xfa.rb', line 292 def initialize(default = DATAVALUE) super('ifEmpty') self.text = default end |