Class: ActionEvent

Inherits:
ArcadiaEvent show all
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

Attributes inherited from Event

#channel, #flag, #parent, #results, #sender, #time

Method Summary

Methods inherited from ArcadiaEvent

#go!, #shot!

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

#actionObject

Returns the value of attribute action.



410
411
412
# File 'lib/a-contracts.rb', line 410

def action
  @action
end

#action_argsObject

Returns the value of attribute action_args.



411
412
413
# File 'lib/a-contracts.rb', line 411

def action_args
  @action_args
end

#receiverObject

Returns the value of attribute receiver.



409
410
411
# File 'lib/a-contracts.rb', line 409

def receiver
  @receiver
end