Class: EimXML::XHTML::INPUT
Constant Summary
Constants inherited from Element
Instance Attribute Summary
Attributes inherited from Element
Instance Method Summary collapse
-
#initialize(opt = {}) ⇒ INPUT
constructor
A new instance of INPUT.
Methods inherited from Element
#==, #[], #add, #add_attribute, #del_attribute, #find, #has?, #match, #name_and_attributes, #pcstring_contents, #write_to
Constructor Details
#initialize(opt = {}) ⇒ INPUT
Returns a new instance of INPUT.
106 107 108 |
# File 'lib/eim_xml/xhtml.rb', line 106 def initialize(opt={}) super(:input, opt) end |