Class: LocationAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- LocationAction
- Defined in:
- lib/ruby-macrodroid/actions.rb,
lib/ruby-macrodroid/actions.rb
Overview
Category: Location
Direct Known Subclasses
ForceLocationUpdateAction, SetLocationUpdateRateAction, ShareLocationAction
Instance Attribute Summary
Attributes inherited from Action
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ LocationAction
constructor
A new instance of LocationAction.
Methods inherited from Action
Methods included from ObjectX
#action_to_object, #object_create, #varify
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ LocationAction
Returns a new instance of LocationAction.
1421 1422 1423 1424 |
# File 'lib/ruby-macrodroid/actions.rb', line 1421 def initialize(h={}) super(h) @group = 'location' end |