Class: Focus::StrobeBlinkColor
- Defined in:
- lib/focus/actions/strobe_blink_color.rb
Instance Method Summary collapse
Methods inherited from Action
#call, #config, #error_message
Instance Method Details
#perform ⇒ Object
3 4 5 6 |
# File 'lib/focus/actions/strobe_blink_color.rb', line 3 def perform res = Utils::WebClient.get(url) fail_action!(error: res) unless res.success? end |