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.



669
670
671
672
673
# File 'lib/origami/xfa.rb', line 669

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

    self.text = name
end