Class: RunCmdEvent
- Inherits:
-
ArcadiaEvent
- Object
- Event
- ArcadiaEvent
- RunCmdEvent
- Defined in:
- lib/a-contracts.rb
Direct Known Subclasses
Defined Under Namespace
Classes: Result
Constant Summary
Constants inherited from Event
Event::FLAG_DEFAULT, Event::FLAG_ERROR
Instance Attribute Summary collapse
-
#cmd ⇒ Object
Returns the value of attribute cmd.
-
#dir ⇒ Object
Returns the value of attribute dir.
-
#file ⇒ Object
Returns the value of attribute file.
-
#lang ⇒ Object
Returns the value of attribute lang.
-
#persistent ⇒ Object
Returns the value of attribute persistent.
-
#prompt ⇒ Object
Returns the value of attribute prompt.
-
#runner_name ⇒ Object
Returns the value of attribute runner_name.
-
#title ⇒ Object
Returns the value of attribute title.
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
#cmd ⇒ Object
Returns the value of attribute cmd.
314 315 316 |
# File 'lib/a-contracts.rb', line 314 def cmd @cmd end |
#dir ⇒ Object
Returns the value of attribute dir.
313 314 315 |
# File 'lib/a-contracts.rb', line 313 def dir @dir end |
#file ⇒ Object
Returns the value of attribute file.
312 313 314 |
# File 'lib/a-contracts.rb', line 312 def file @file end |
#lang ⇒ Object
Returns the value of attribute lang.
318 319 320 |
# File 'lib/a-contracts.rb', line 318 def lang @lang end |
#persistent ⇒ Object
Returns the value of attribute persistent.
316 317 318 |
# File 'lib/a-contracts.rb', line 316 def persistent @persistent end |
#prompt ⇒ Object
Returns the value of attribute prompt.
319 320 321 |
# File 'lib/a-contracts.rb', line 319 def prompt @prompt end |
#runner_name ⇒ Object
Returns the value of attribute runner_name.
317 318 319 |
# File 'lib/a-contracts.rb', line 317 def runner_name @runner_name end |
#title ⇒ Object
Returns the value of attribute title.
315 316 317 |
# File 'lib/a-contracts.rb', line 315 def title @title end |