Class: Groonga::GrntestLog::JobsStartEvent
- Inherits:
-
Object
- Object
- Groonga::GrntestLog::JobsStartEvent
- Defined in:
- lib/groonga/grntest-log.rb
Instance Attribute Summary collapse
-
#jobs ⇒ Object
readonly
Returns the value of attribute jobs.
Instance Method Summary collapse
-
#initialize(jobs) ⇒ JobsStartEvent
constructor
A new instance of JobsStartEvent.
Constructor Details
#initialize(jobs) ⇒ JobsStartEvent
Returns a new instance of JobsStartEvent.
127 128 129 |
# File 'lib/groonga/grntest-log.rb', line 127 def initialize(jobs) @jobs = jobs end |
Instance Attribute Details
#jobs ⇒ Object (readonly)
Returns the value of attribute jobs.
126 127 128 |
# File 'lib/groonga/grntest-log.rb', line 126 def jobs @jobs end |