Class: RspecSprint::Fixers::LetItBe::Report::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/rspec_sprint/fixers/let_it_be/report.rb

Instance Attribute Summary collapse

Instance Attribute Details

#candidatesObject

Returns the value of attribute candidates

Returns:

  • (Object)

    the current value of candidates



13
14
15
# File 'lib/rspec_sprint/fixers/let_it_be/report.rb', line 13

def candidates
  @candidates
end

#let_bang_countObject

Returns the value of attribute let_bang_count

Returns:

  • (Object)

    the current value of let_bang_count



13
14
15
# File 'lib/rspec_sprint/fixers/let_it_be/report.rb', line 13

def let_bang_count
  @let_bang_count
end

#upper_bound_shareObject

Returns the value of attribute upper_bound_share

Returns:

  • (Object)

    the current value of upper_bound_share



13
14
15
# File 'lib/rspec_sprint/fixers/let_it_be/report.rb', line 13

def upper_bound_share
  @upper_bound_share
end