Class: TermEvent
- Inherits:
-
ArcadiaEvent
- Object
- Event
- ArcadiaEvent
- TermEvent
- Defined in:
- lib/a-contracts.rb
Overview
system integration Event
Constant Summary
Constants inherited from Event
Event::FLAG_DEFAULT, Event::FLAG_ERROR
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#dir ⇒ Object
Returns the value of attribute dir.
-
#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
#command ⇒ Object
Returns the value of attribute command.
411 412 413 |
# File 'lib/a-contracts.rb', line 411 def command @command end |
#dir ⇒ Object
Returns the value of attribute dir.
411 412 413 |
# File 'lib/a-contracts.rb', line 411 def dir @dir end |
#title ⇒ Object
Returns the value of attribute title.
411 412 413 |
# File 'lib/a-contracts.rb', line 411 def title @title end |