Class: ActionEvent
- Inherits:
-
ArcadiaEvent
- Object
- Event
- ArcadiaEvent
- ActionEvent
- Defined in:
- lib/a-contracts.rb
Overview
---------------------------------------------
Action event
+---------------------------------------------+
Constant Summary
Constants inherited from Event
Event::FLAG_DEFAULT, Event::FLAG_ERROR
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#action_args ⇒ Object
Returns the value of attribute action_args.
-
#receiver ⇒ Object
Returns the value of attribute receiver.
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
#action ⇒ Object
Returns the value of attribute action.
420 421 422 |
# File 'lib/a-contracts.rb', line 420 def action @action end |
#action_args ⇒ Object
Returns the value of attribute action_args.
421 422 423 |
# File 'lib/a-contracts.rb', line 421 def action_args @action_args end |
#receiver ⇒ Object
Returns the value of attribute receiver.
419 420 421 |
# File 'lib/a-contracts.rb', line 419 def receiver @receiver end |