Class: SubProcessEvent
- Inherits:
-
ArcadiaEvent
- Object
- Event
- ArcadiaEvent
- SubProcessEvent
- Defined in:
- lib/a-contracts.rb
Direct Known Subclasses
Constant Summary
Constants inherited from Event
Event::FLAG_DEFAULT, Event::FLAG_ERROR
Instance Attribute Summary collapse
-
#abort_action ⇒ Object
Returns the value of attribute abort_action.
-
#abort_dialog_yes ⇒ Object
Returns the value of attribute abort_dialog_yes.
-
#alive_check ⇒ Object
Returns the value of attribute alive_check.
-
#anigif ⇒ Object
Returns the value of attribute anigif.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#timecheck ⇒ Object
Returns the value of attribute timecheck.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Attributes inherited from Event
#channel, #flag, #parent, #results, #sender, #time
Method Summary
Methods inherited from ArcadiaEvent
Methods inherited from Event
#add_finalize_callback, #add_result, #break, #initialize, #is_breaked?
Constructor Details
This class inherits a constructor from Event
Instance Attribute Details
#abort_action ⇒ Object
Returns the value of attribute abort_action.
258 259 260 |
# File 'lib/a-contracts.rb', line 258 def abort_action @abort_action end |
#abort_dialog_yes ⇒ Object
Returns the value of attribute abort_dialog_yes.
258 259 260 |
# File 'lib/a-contracts.rb', line 258 def abort_dialog_yes @abort_dialog_yes end |
#alive_check ⇒ Object
Returns the value of attribute alive_check.
258 259 260 |
# File 'lib/a-contracts.rb', line 258 def alive_check @alive_check end |
#anigif ⇒ Object
Returns the value of attribute anigif.
258 259 260 |
# File 'lib/a-contracts.rb', line 258 def anigif @anigif end |
#name ⇒ Object
Returns the value of attribute name.
258 259 260 |
# File 'lib/a-contracts.rb', line 258 def name @name end |
#pid ⇒ Object
Returns the value of attribute pid.
258 259 260 |
# File 'lib/a-contracts.rb', line 258 def pid @pid end |
#timecheck ⇒ Object
Returns the value of attribute timecheck.
258 259 260 |
# File 'lib/a-contracts.rb', line 258 def timecheck @timecheck end |
#timeout ⇒ Object
Returns the value of attribute timeout.
258 259 260 |
# File 'lib/a-contracts.rb', line 258 def timeout @timeout end |