class HtmlGrid::Pass

Constants

LABEL

Public Instance Methods

init() click to toggle source
Calls superclass method HtmlGrid::Input#init
# File lib/htmlgrid/pass.rb, line 32
def init
  super
  @attributes["type"] = "password"
  @attributes.delete("value")
end