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

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

Returns a new instance of Relevant.



327
328
329
330
331
# File 'lib/origami/xfa/config.rb', line 327

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

  self.text = token
end