Class: RspecSprint::Normalizer::Example

Inherits:
Struct
  • Object
show all
Defined in:
lib/rspec_sprint/normalizer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



21
22
23
# File 'lib/rspec_sprint/normalizer.rb', line 21

def file_path
  @file_path
end

#full_descriptionObject

Returns the value of attribute full_description

Returns:

  • (Object)

    the current value of full_description



21
22
23
# File 'lib/rspec_sprint/normalizer.rb', line 21

def full_description
  @full_description
end

#run_timeObject

Returns the value of attribute run_time

Returns:

  • (Object)

    the current value of run_time



21
22
23
# File 'lib/rspec_sprint/normalizer.rb', line 21

def run_time
  @run_time
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



21
22
23
# File 'lib/rspec_sprint/normalizer.rb', line 21

def status
  @status
end