Class: ElseIfConditionAction

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

Instance Attribute Summary

Attributes inherited from Action

#constraints

Attributes inherited from MacroObject

#options, #siguid, #type

Instance Method Summary collapse

Methods inherited from IfAction

#to_s

Methods inherited from Action

#invoke

Methods included from ObjectX

#action_to_object, #object_create, #varify

Methods inherited from MacroObject

#to_h, #to_s

Constructor Details

#initialize(obj = nil) ⇒ ElseIfConditionAction

Returns a new instance of ElseIfConditionAction.



733
734
735
736
737
738
# File 'lib/ruby-macrodroid/actions.rb', line 733

def initialize(obj=nil)

  @label = 'Else If '    
  super(obj)
  
end