Class: RunCmdEvent

Inherits:
ArcadiaEvent show all
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

Attributes inherited from Event

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

Method Summary

Methods inherited from ArcadiaEvent

#go!, #shot!

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.



308
309
310
# File 'lib/a-contracts.rb', line 308

def cmd
  @cmd
end

#dirObject

Returns the value of attribute dir.



307
308
309
# File 'lib/a-contracts.rb', line 307

def dir
  @dir
end

#fileObject

Returns the value of attribute file.



306
307
308
# File 'lib/a-contracts.rb', line 306

def file
  @file
end

#langObject

Returns the value of attribute lang.



312
313
314
# File 'lib/a-contracts.rb', line 312

def lang
  @lang
end

#persistentObject

Returns the value of attribute persistent.



310
311
312
# File 'lib/a-contracts.rb', line 310

def persistent
  @persistent
end

#runner_nameObject

Returns the value of attribute runner_name.



311
312
313
# File 'lib/a-contracts.rb', line 311

def runner_name
  @runner_name
end

#titleObject

Returns the value of attribute title.



309
310
311
# File 'lib/a-contracts.rb', line 309

def title
  @title
end