class ScreenAction
Public Class Methods
new(h={})
click to toggle source
Calls superclass method
Action::new
# File lib/ruby-macrodroid/actions.rb, line 2775 def initialize(h={}) super(h) @group = 'screen' end