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