Class: Testprune::ReviewPlan::Member
- Inherits:
-
Struct
- Object
- Struct
- Testprune::ReviewPlan::Member
- Defined in:
- lib/testprune/review_plan.rb
Instance Attribute Summary collapse
-
#candidate ⇒ Object
Returns the value of attribute candidate.
-
#loc ⇒ Object
Returns the value of attribute loc.
-
#safe ⇒ Object
Returns the value of attribute safe.
Instance Attribute Details
#candidate ⇒ Object
Returns the value of attribute candidate
22 23 24 |
# File 'lib/testprune/review_plan.rb', line 22 def candidate @candidate end |
#loc ⇒ Object
Returns the value of attribute loc
22 23 24 |
# File 'lib/testprune/review_plan.rb', line 22 def loc @loc end |
#safe ⇒ Object
Returns the value of attribute safe
22 23 24 |
# File 'lib/testprune/review_plan.rb', line 22 def safe @safe end |