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

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

Instance Method Summary collapse

Methods included from Origami::XFA

included

Constructor Details

#initialize(range = "") ⇒ Range

Returns a new instance of Range.



209
210
211
212
213
# File 'lib/origami/xfa.rb', line 209

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

    self.text = range
end