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

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

Instance Method Summary collapse

Methods included from Origami::XFA

included

Constructor Details

#initialize(token = "") ⇒ Relevant

Returns a new instance of Relevant.



412
413
414
415
416
# File 'lib/origami/xfa/config.rb', line 412

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

    self.text = token
end