Class: Zxcvbn::Result
- Inherits:
-
Struct
- Object
- Struct
- Zxcvbn::Result
- Defined in:
- lib/zxcvbn.rb
Instance Attribute Summary collapse
-
#calc_time ⇒ Object
Returns the value of attribute calc_time.
-
#crack_times_display ⇒ Object
Returns the value of attribute crack_times_display.
-
#crack_times_seconds ⇒ Object
Returns the value of attribute crack_times_seconds.
-
#feedback ⇒ Object
Returns the value of attribute feedback.
-
#guesses ⇒ Object
Returns the value of attribute guesses.
-
#guesses_log10 ⇒ Object
Returns the value of attribute guesses_log10.
-
#password ⇒ Object
Returns the value of attribute password.
-
#score ⇒ Object
Returns the value of attribute score.
-
#sequence ⇒ Object
Returns the value of attribute sequence.
Instance Attribute Details
#calc_time ⇒ Object
Returns the value of attribute calc_time
13 14 15 |
# File 'lib/zxcvbn.rb', line 13 def calc_time @calc_time end |
#crack_times_display ⇒ Object
Returns the value of attribute crack_times_display
13 14 15 |
# File 'lib/zxcvbn.rb', line 13 def crack_times_display @crack_times_display end |
#crack_times_seconds ⇒ Object
Returns the value of attribute crack_times_seconds
13 14 15 |
# File 'lib/zxcvbn.rb', line 13 def crack_times_seconds @crack_times_seconds end |
#feedback ⇒ Object
Returns the value of attribute feedback
13 14 15 |
# File 'lib/zxcvbn.rb', line 13 def feedback @feedback end |
#guesses ⇒ Object
Returns the value of attribute guesses
13 14 15 |
# File 'lib/zxcvbn.rb', line 13 def guesses @guesses end |
#guesses_log10 ⇒ Object
Returns the value of attribute guesses_log10
13 14 15 |
# File 'lib/zxcvbn.rb', line 13 def guesses_log10 @guesses_log10 end |
#password ⇒ Object
Returns the value of attribute password
13 14 15 |
# File 'lib/zxcvbn.rb', line 13 def password @password end |
#score ⇒ Object
Returns the value of attribute score
13 14 15 |
# File 'lib/zxcvbn.rb', line 13 def score @score end |
#sequence ⇒ Object
Returns the value of attribute sequence
13 14 15 |
# File 'lib/zxcvbn.rb', line 13 def sequence @sequence end |