Class: Kohagi::Summary
- Inherits:
-
Struct
- Object
- Struct
- Kohagi::Summary
- Defined in:
- lib/kohagi/summary.rb
Overview
The run's outcome: kohagi's reported counts (see SummaryLine) combined by the client with what actually streamed back. A plain data holder — parsing and composition live in SummaryLine and Client, not here.
truncated is nil against a kohagi old enough not to report it.
Instance Attribute Summary collapse
-
#dim ⇒ Object
Returns the value of attribute dim.
-
#exit_code ⇒ Object
Returns the value of attribute exit_code.
-
#model ⇒ Object
Returns the value of attribute model.
-
#out ⇒ Object
Returns the value of attribute out.
-
#results ⇒ Object
Returns the value of attribute results.
-
#sent ⇒ Object
Returns the value of attribute sent.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
-
#truncated ⇒ Object
Returns the value of attribute truncated.
Instance Method Summary collapse
-
#ok? ⇒ Boolean
Every record embedded.
-
#partial? ⇒ Boolean
Finished, but some input lines were skipped.
Instance Attribute Details
#dim ⇒ Object
Returns the value of attribute dim
9 10 11 |
# File 'lib/kohagi/summary.rb', line 9 def dim @dim end |
#exit_code ⇒ Object
Returns the value of attribute exit_code
9 10 11 |
# File 'lib/kohagi/summary.rb', line 9 def exit_code @exit_code end |
#model ⇒ Object
Returns the value of attribute model
9 10 11 |
# File 'lib/kohagi/summary.rb', line 9 def model @model end |
#out ⇒ Object
Returns the value of attribute out
9 10 11 |
# File 'lib/kohagi/summary.rb', line 9 def out @out end |
#results ⇒ Object
Returns the value of attribute results
9 10 11 |
# File 'lib/kohagi/summary.rb', line 9 def results @results end |
#sent ⇒ Object
Returns the value of attribute sent
9 10 11 |
# File 'lib/kohagi/summary.rb', line 9 def sent @sent end |
#skipped ⇒ Object
Returns the value of attribute skipped
9 10 11 |
# File 'lib/kohagi/summary.rb', line 9 def skipped @skipped end |
#truncated ⇒ Object
Returns the value of attribute truncated
9 10 11 |
# File 'lib/kohagi/summary.rb', line 9 def truncated @truncated end |