Class: RunCmdEvent

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

#cmdObject

Returns the value of attribute cmd.



244
245
246
# File 'lib/a-contracts.rb', line 244

def cmd
  @cmd
end

#dirObject

Returns the value of attribute dir.



243
244
245
# File 'lib/a-contracts.rb', line 243

def dir
  @dir
end

#fileObject

Returns the value of attribute file.



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

def file
  @file
end

#persistentObject

Returns the value of attribute persistent.



246
247
248
# File 'lib/a-contracts.rb', line 246

def persistent
  @persistent
end

#runner_nameObject

Returns the value of attribute runner_name.



247
248
249
# File 'lib/a-contracts.rb', line 247

def runner_name
  @runner_name
end

#titleObject

Returns the value of attribute title.



245
246
247
# File 'lib/a-contracts.rb', line 245

def title
  @title
end