Class: Focus::ToggleMacNotificationCenter

Inherits:
Action
  • Object
show all
Defined in:
lib/focus/actions/toggle_mac_notification_center.rb

Instance Method Summary collapse

Methods inherited from Action

#call, #config, #error_message

Instance Method Details

#performObject



3
4
5
6
# File 'lib/focus/actions/toggle_mac_notification_center.rb', line 3

def perform
  fail_action!(error: "This action only works on MacOSX") unless mac?
  toggle
end