Module: Socialmux::Event
- Defined in:
- lib/socialmux/event.rb
Constant Summary collapse
- SIGN_IN =
:sign_in- SIGN_UP =
:sign_up- TOUCHED_CURRENT_USER =
:updated_current_user- TOUCHED_EMAIL_USER =
:updated_email_user
Class Method Summary collapse
Class Method Details
.all ⇒ Object
8 9 10 |
# File 'lib/socialmux/event.rb', line 8 def self.all [ SIGN_IN, SIGN_UP, TOUCHED_CURRENT_USER, TOUCHED_EMAIL_USER ] end |