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.



483
484
485
486
487
# File 'lib/origami/xfa.rb', line 483

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

    self.text = token
end