Class: Testprune::ReviewPlan::Loc
- Inherits:
-
Struct
- Object
- Struct
- Testprune::ReviewPlan::Loc
- Defined in:
- lib/testprune/review_plan.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#id ⇒ Object
Returns the value of attribute id.
-
#line ⇒ Object
Returns the value of attribute line.
-
#method ⇒ Object
Returns the value of attribute method.
-
#unit_count ⇒ Object
Returns the value of attribute unit_count.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
21 22 23 |
# File 'lib/testprune/review_plan.rb', line 21 def file @file end |
#id ⇒ Object
Returns the value of attribute id
21 22 23 |
# File 'lib/testprune/review_plan.rb', line 21 def id @id end |
#line ⇒ Object
Returns the value of attribute line
21 22 23 |
# File 'lib/testprune/review_plan.rb', line 21 def line @line end |
#method ⇒ Object
Returns the value of attribute method
21 22 23 |
# File 'lib/testprune/review_plan.rb', line 21 def method @method end |
#unit_count ⇒ Object
Returns the value of attribute unit_count
21 22 23 |
# File 'lib/testprune/review_plan.rb', line 21 def unit_count @unit_count end |