Class: Booth::Credentials::Modes::PasswordManageable

Inherits:
Object
  • Object
show all
Includes:
MethodObject
Defined in:
lib/booth/credentials/modes/password_manageable.rb

Instance Method Summary collapse

Methods included from MethodObject

included

Instance Method Details

#callObject



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