Class: ExitQueryEvent

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

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

#can_exitObject

Returns the value of attribute can_exit.



30
31
32
# File 'lib/a-contracts.rb', line 30

def can_exit
  @can_exit
end