Class: RunRubyFileEvent
- Inherits:
-
ArcadiaEvent
- Object
- Event
- ArcadiaEvent
- RunRubyFileEvent
- Defined in:
- lib/a-contracts.rb
Defined Under Namespace
Classes: Result
Constant Summary
Constants inherited from Event
Event::FLAG_DEFAULT, Event::FLAG_ERROR
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#persistent ⇒ Object
Returns the value of attribute persistent.
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
#file ⇒ Object
Returns the value of attribute file.
304 305 306 |
# File 'lib/a-contracts.rb', line 304 def file @file end |
#persistent ⇒ Object
Returns the value of attribute persistent.
305 306 307 |
# File 'lib/a-contracts.rb', line 305 def persistent @persistent end |