Class: Booth::Credentials::Modes::PasswordManageable
- Inherits:
-
Object
- Object
- Booth::Credentials::Modes::PasswordManageable
- Includes:
- MethodObject
- Defined in:
- lib/booth/credentials/modes/password_manageable.rb
Instance Method Summary collapse
Methods included from MethodObject
Instance Method Details
#call ⇒ Object
9 10 11 12 13 |
# File 'lib/booth/credentials/modes/password_manageable.rb', line 9 def call ::Booth::Credentials::Modes::PasswordAddable.call(credential) || ::Booth::Credentials::Modes::PasswordChangeable.call(credential) || ::Booth::Credentials::Modes::PasswordRemovable.call(credential) end |