class EimXML::XHTML::PASSWORD

Public Class Methods

new(opt={}) click to toggle source
Calls superclass method EimXML::XHTML::INPUT::new
    # File lib/eim_xml/xhtml.rb
136 def initialize(opt={})
137         super(opt.merge(:type=>:password))
138 end