Class: AckInFilesEvent
- Inherits:
-
ArcadiaEvent
- Object
- Event
- ArcadiaEvent
- AckInFilesEvent
- 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
-
#dir ⇒ Object
Returns the value of attribute dir.
-
#files_filter ⇒ Object
Returns the value of attribute files_filter.
-
#what ⇒ Object
Returns the value of attribute what.
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
#dir ⇒ Object
Returns the value of attribute dir.
290 291 292 |
# File 'lib/a-contracts.rb', line 290 def dir @dir end |
#files_filter ⇒ Object
Returns the value of attribute files_filter.
290 291 292 |
# File 'lib/a-contracts.rb', line 290 def files_filter @files_filter end |
#what ⇒ Object
Returns the value of attribute what.
290 291 292 |
# File 'lib/a-contracts.rb', line 290 def what @what end |