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.



205
206
207
208
209
# File 'lib/origami/xfa.rb', line 205

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

  self.text = range
end