Class: RunRubyFileEvent

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

Defined Under Namespace

Classes: Result

Instance Attribute Summary collapse

Attributes inherited from Event

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

Method Summary

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

#fileObject

Returns the value of attribute file.



222
223
224
# File 'lib/a-contracts.rb', line 222

def file
  @file
end

#persistentObject

Returns the value of attribute persistent.



223
224
225
# File 'lib/a-contracts.rb', line 223

def persistent
  @persistent
end