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 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.



281
282
283
# File 'lib/a-contracts.rb', line 281

def cmd
  @cmd
end

#dirObject

Returns the value of attribute dir.



280
281
282
# File 'lib/a-contracts.rb', line 280

def dir
  @dir
end

#fileObject

Returns the value of attribute file.



279
280
281
# File 'lib/a-contracts.rb', line 279

def file
  @file
end

#langObject

Returns the value of attribute lang.



285
286
287
# File 'lib/a-contracts.rb', line 285

def lang
  @lang
end

#persistentObject

Returns the value of attribute persistent.



283
284
285
# File 'lib/a-contracts.rb', line 283

def persistent
  @persistent
end

#runner_nameObject

Returns the value of attribute runner_name.



284
285
286
# File 'lib/a-contracts.rb', line 284

def runner_name
  @runner_name
end

#titleObject

Returns the value of attribute title.



282
283
284
# File 'lib/a-contracts.rb', line 282

def title
  @title
end