Class: Testprune::ReviewPlan::Member

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

Instance Attribute Summary collapse

Instance Attribute Details

#candidateObject

Returns the value of attribute candidate

Returns:

  • (Object)

    the current value of candidate



22
23
24
# File 'lib/testprune/review_plan.rb', line 22

def candidate
  @candidate
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



22
23
24
# File 'lib/testprune/review_plan.rb', line 22

def loc
  @loc
end

#safeObject

Returns the value of attribute safe

Returns:

  • (Object)

    the current value of safe



22
23
24
# File 'lib/testprune/review_plan.rb', line 22

def safe
  @safe
end