class EimXML::XHTML::INPUT
Public Class Methods
new(opt={})
click to toggle source
Calls superclass method
EimXML::Element::new
# File lib/eim_xml/xhtml.rb 106 def initialize(opt={}) 107 super(:input, opt) 108 end