Class: RspecSprint::Fixers::LetItBe::Report::Result
- Inherits:
-
Struct
- Object
- Struct
- RspecSprint::Fixers::LetItBe::Report::Result
- Defined in:
- lib/rspec_sprint/fixers/let_it_be/report.rb
Instance Attribute Summary collapse
-
#candidates ⇒ Object
Returns the value of attribute candidates.
-
#let_bang_count ⇒ Object
Returns the value of attribute let_bang_count.
-
#upper_bound_share ⇒ Object
Returns the value of attribute upper_bound_share.
Instance Attribute Details
#candidates ⇒ Object
Returns the value of attribute candidates
13 14 15 |
# File 'lib/rspec_sprint/fixers/let_it_be/report.rb', line 13 def candidates @candidates end |
#let_bang_count ⇒ Object
Returns the value of attribute 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_share ⇒ Object
Returns the value of attribute 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 |