Class: ActionEvent

Inherits:
ArcadiaEvent show all
Defined in:
lib/a-contracts.rb

Overview

---------------------------------------------

       Action event
+---------------------------------------------+

Instance Attribute Summary collapse

Attributes inherited from Event

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

Method Summary

Methods inherited from Event

#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.



240
241
242
# File 'lib/a-contracts.rb', line 240

def action
  @action
end

#action_argsObject

Returns the value of attribute action_args.



241
242
243
# File 'lib/a-contracts.rb', line 241

def action_args
  @action_args
end

#receiverObject

Returns the value of attribute receiver.



239
240
241
# File 'lib/a-contracts.rb', line 239

def receiver
  @receiver
end