Class: Origami::XDP::Packet::ConnectionSet::Operation

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(name = "") ⇒ Operation

Returns a new instance of Operation.



665
666
667
668
669
# File 'lib/origami/xfa.rb', line 665

def initialize(name = "")
  super('operation')

  self.text = name
end