Class: Testprune::ReviewPlan::TierPlan

Inherits:
Struct
  • Object
show all
Defined in:
lib/testprune/review_plan.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#actionableObject

Returns the value of attribute actionable

Returns:

  • (Object)

    the current value of actionable



26
27
28
# File 'lib/testprune/review_plan.rb', line 26

def actionable
  @actionable
end

#clustersObject

Returns the value of attribute clusters

Returns:

  • (Object)

    the current value of clusters



26
27
28
# File 'lib/testprune/review_plan.rb', line 26

def clusters
  @clusters
end

#tierObject

Returns the value of attribute tier

Returns:

  • (Object)

    the current value of tier



26
27
28
# File 'lib/testprune/review_plan.rb', line 26

def tier
  @tier
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



26
27
28
# File 'lib/testprune/review_plan.rb', line 26

def title
  @title
end

Instance Method Details

#countObject



27
# File 'lib/testprune/review_plan.rb', line 27

def count = clusters.sum(&:size)