Class: AddCalendarEntryAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- AddCalendarEntryAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ AddCalendarEntryAction
constructor
A new instance of AddCalendarEntryAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ AddCalendarEntryAction
Returns a new instance of AddCalendarEntryAction.
884 885 886 |
# File 'lib/ruby-macrodroid.rb', line 884 def initialize(h={}) super({}.merge h) end |