Class: Origami::XDP::Packet::Config::Relevant

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(token = "") ⇒ Relevant

Returns a new instance of Relevant.



479
480
481
482
483
# File 'lib/origami/xfa.rb', line 479

def initialize(token = "")
  super('relevant')

  self.text = token
end