Class: CASino::TwoFactorAuthenticatorOverviewListener

Inherits:
Listener
  • Object
show all
Defined in:
app/listeners/casino/two_factor_authenticator_overview_listener.rb

Instance Method Summary collapse

Methods inherited from Listener

#initialize

Constructor Details

This class inherits a constructor from CASino::Listener

Instance Method Details

#two_factor_authenticators_found(two_factor_authenticators) ⇒ Object



8
9
10
# File 'app/listeners/casino/two_factor_authenticator_overview_listener.rb', line 8

def two_factor_authenticators_found(two_factor_authenticators)
  assign(:two_factor_authenticators, two_factor_authenticators)
end

#user_not_logged_inObject



4
5
6
# File 'app/listeners/casino/two_factor_authenticator_overview_listener.rb', line 4

def user_not_logged_in
  # nothing to do here
end