Class: Philiprehberger::Password::Policy::Result
- Inherits:
-
Struct
- Object
- Struct
- Philiprehberger::Password::Policy::Result
- Defined in:
- lib/philiprehberger/password/policy.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#score ⇒ Object
Returns the value of attribute score.
-
#valid? ⇒ Object
Returns the value of attribute valid?.
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors
6 7 8 |
# File 'lib/philiprehberger/password/policy.rb', line 6 def errors @errors end |
#score ⇒ Object
Returns the value of attribute score
6 7 8 |
# File 'lib/philiprehberger/password/policy.rb', line 6 def score @score end |
#valid? ⇒ Object
Returns the value of attribute valid?
6 7 8 |
# File 'lib/philiprehberger/password/policy.rb', line 6
def valid?
@valid?
end
|