Class: Origami::XDP::Packet::Config::Range

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

Instance Method Summary collapse

Methods included from Origami::XFA

included

Constructor Details

#initialize(range = "") ⇒ Range

Returns a new instance of Range.



138
139
140
141
142
# File 'lib/origami/xfa/config.rb', line 138

def initialize(range = "")
    super('range')

    self.text = range
end