Class: RspecSprint::Fixers::LetItBe::FileResult
- Inherits:
-
Struct
- Object
- Struct
- RspecSprint::Fixers::LetItBe::FileResult
- Defined in:
- lib/rspec_sprint/fixers/let_it_be/verifier.rb
Overview
verify_file の戻り値。
Instance Attribute Summary collapse
-
#after_s ⇒ Object
Returns the value of attribute after_s.
-
#applied ⇒ Object
Returns the value of attribute applied.
-
#baseline_s ⇒ Object
Returns the value of attribute baseline_s.
-
#file ⇒ Object
Returns the value of attribute file.
-
#reverted ⇒ Object
Returns the value of attribute reverted.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#after_s ⇒ Object
Returns the value of attribute after_s
10 11 12 |
# File 'lib/rspec_sprint/fixers/let_it_be/verifier.rb', line 10 def after_s @after_s end |
#applied ⇒ Object
Returns the value of attribute applied
10 11 12 |
# File 'lib/rspec_sprint/fixers/let_it_be/verifier.rb', line 10 def applied @applied end |
#baseline_s ⇒ Object
Returns the value of attribute baseline_s
10 11 12 |
# File 'lib/rspec_sprint/fixers/let_it_be/verifier.rb', line 10 def baseline_s @baseline_s end |
#file ⇒ Object
Returns the value of attribute file
10 11 12 |
# File 'lib/rspec_sprint/fixers/let_it_be/verifier.rb', line 10 def file @file end |
#reverted ⇒ Object
Returns the value of attribute reverted
10 11 12 |
# File 'lib/rspec_sprint/fixers/let_it_be/verifier.rb', line 10 def reverted @reverted end |
#skipped ⇒ Object
Returns the value of attribute skipped
10 11 12 |
# File 'lib/rspec_sprint/fixers/let_it_be/verifier.rb', line 10 def skipped @skipped end |
#status ⇒ Object
Returns the value of attribute status
10 11 12 |
# File 'lib/rspec_sprint/fixers/let_it_be/verifier.rb', line 10 def status @status end |