Class: Testprune::ReviewPlan::TierPlan
- Inherits:
-
Struct
- Object
- Struct
- Testprune::ReviewPlan::TierPlan
- Defined in:
- lib/testprune/review_plan.rb
Instance Attribute Summary collapse
-
#actionable ⇒ Object
Returns the value of attribute actionable.
-
#clusters ⇒ Object
Returns the value of attribute clusters.
-
#tier ⇒ Object
Returns the value of attribute tier.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
Instance Attribute Details
#actionable ⇒ Object
Returns the value of attribute actionable
26 27 28 |
# File 'lib/testprune/review_plan.rb', line 26 def actionable @actionable end |
#clusters ⇒ Object
Returns the value of attribute clusters
26 27 28 |
# File 'lib/testprune/review_plan.rb', line 26 def clusters @clusters end |
#tier ⇒ Object
Returns the value of attribute tier
26 27 28 |
# File 'lib/testprune/review_plan.rb', line 26 def tier @tier end |
#title ⇒ Object
Returns the value of attribute title
26 27 28 |
# File 'lib/testprune/review_plan.rb', line 26 def title @title end |
Instance Method Details
#count ⇒ Object
27 |
# File 'lib/testprune/review_plan.rb', line 27 def count = clusters.sum(&:size) |