Class: SayTimeAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- SayTimeAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ SayTimeAction
constructor
A new instance of SayTimeAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ SayTimeAction
Returns a new instance of SayTimeAction.
1612 1613 1614 1615 1616 1617 1618 1619 1620 |
# File 'lib/ruby-macrodroid.rb', line 1612 def initialize(h={}) = { :'12_hour' => true } super(.merge h) end |