Class: CQL::SsoLineCountFilter
- Inherits:
-
TypeCountFilter
- Object
- TypeCountFilter
- CQL::SsoLineCountFilter
- Defined in:
- lib/cql/sso_filters.rb
Overview
Not a part of the public API. Subject to change at any time.
Instance Attribute Summary
Attributes inherited from TypeCountFilter
Instance Method Summary collapse
-
#type_count(test) ⇒ Object
Counts the numbers of steps on a test.
Methods inherited from TypeCountFilter
Constructor Details
This class inherits a constructor from CQL::TypeCountFilter
Instance Method Details
#type_count(test) ⇒ Object
Counts the numbers of steps on a test
10 11 12 |
# File 'lib/cql/sso_filters.rb', line 10 def type_count(test) test.steps.size end |