Class: SayTimeAction

Inherits:
Action show all
Defined in:
lib/ruby-macrodroid.rb

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

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={})

  options = {
    :'12_hour' => true
  }

  super(options.merge h)

end