Method: PasswordFieldTag#initialize

Defined in:
lib/scribo/liquid/tags/password_field_tag.rb

#initialize(tag, args, tokens) ⇒ PasswordFieldTag

Returns a new instance of PasswordFieldTag.



17
18
19
20
# File 'lib/scribo/liquid/tags/password_field_tag.rb', line 17

def initialize(tag, args, tokens)
  super
  @field_type = 'password'
end