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

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

Instance Method Summary collapse

Methods included from Origami::XFA

included

Constructor Details

#initialize(range = ::String.new) ⇒ Range



118
119
120
121
122
# File 'lib/origami/xfa/config.rb', line 118

def initialize(range = ::String.new)
    super('range')

    self.text = range
end