Class: OKF::Pro::Friction::Report
- Inherits:
-
Struct
- Object
- Struct
- OKF::Pro::Friction::Report
- Defined in:
- lib/okf/pro/friction.rb
Overview
What report hands back. available is the honest half: false means
the count is not zero, it is unknown.
events, not entries: a Struct member of that name overrides
Struct#entries — Enumerable's alias for to_a — and a reader that
got the Struct's own fields back instead of the recorded lines would
be a silently wrong count, which is the one thing this must not be.
Instance Attribute Summary collapse
-
#available ⇒ Object
Returns the value of attribute available.
-
#events ⇒ Object
Returns the value of attribute events.
-
#unreadable ⇒ Object
Returns the value of attribute unreadable.
Instance Attribute Details
#available ⇒ Object
Returns the value of attribute available
44 45 46 |
# File 'lib/okf/pro/friction.rb', line 44 def available @available end |
#events ⇒ Object
Returns the value of attribute events
44 45 46 |
# File 'lib/okf/pro/friction.rb', line 44 def events @events end |
#unreadable ⇒ Object
Returns the value of attribute unreadable
44 45 46 |
# File 'lib/okf/pro/friction.rb', line 44 def unreadable @unreadable end |