Class: RspecSprint::Fixers::LetItBe::FileResult

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

Overview

verify_file の戻り値。

Instance Attribute Summary collapse

Instance Attribute Details

#after_sObject

Returns the value of attribute after_s

Returns:

  • (Object)

    the current value of after_s



10
11
12
# File 'lib/rspec_sprint/fixers/let_it_be/verifier.rb', line 10

def after_s
  @after_s
end

#appliedObject

Returns the value of attribute applied

Returns:

  • (Object)

    the current value of applied



10
11
12
# File 'lib/rspec_sprint/fixers/let_it_be/verifier.rb', line 10

def applied
  @applied
end

#baseline_sObject

Returns the value of attribute baseline_s

Returns:

  • (Object)

    the current value of baseline_s



10
11
12
# File 'lib/rspec_sprint/fixers/let_it_be/verifier.rb', line 10

def baseline_s
  @baseline_s
end

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



10
11
12
# File 'lib/rspec_sprint/fixers/let_it_be/verifier.rb', line 10

def file
  @file
end

#revertedObject

Returns the value of attribute reverted

Returns:

  • (Object)

    the current value of reverted



10
11
12
# File 'lib/rspec_sprint/fixers/let_it_be/verifier.rb', line 10

def reverted
  @reverted
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



10
11
12
# File 'lib/rspec_sprint/fixers/let_it_be/verifier.rb', line 10

def skipped
  @skipped
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



10
11
12
# File 'lib/rspec_sprint/fixers/let_it_be/verifier.rb', line 10

def status
  @status
end