Class: Testprune::ReviewPlan::Loc

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

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



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

def file
  @file
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



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

def line
  @line
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



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

def method
  @method
end

#unit_countObject

Returns the value of attribute unit_count

Returns:

  • (Object)

    the current value of unit_count



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

def unit_count
  @unit_count
end