class Origami::XDP::Packet::Template::ToolTip
Public Class Methods
new(text = "")
click to toggle source
Calls superclass method
# File lib/origami/xfa/template.rb, line 223 def initialize(text = "") super('toolTip') self.text = text end