Class: RspecSprint::Normalizer::Example
- Inherits:
-
Struct
- Object
- Struct
- RspecSprint::Normalizer::Example
- Defined in:
- lib/rspec_sprint/normalizer.rb
Instance Attribute Summary collapse
-
#file_path ⇒ Object
Returns the value of attribute file_path.
-
#full_description ⇒ Object
Returns the value of attribute full_description.
-
#run_time ⇒ Object
Returns the value of attribute run_time.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#file_path ⇒ Object
Returns the value of attribute file_path
21 22 23 |
# File 'lib/rspec_sprint/normalizer.rb', line 21 def file_path @file_path end |
#full_description ⇒ Object
Returns the value of attribute full_description
21 22 23 |
# File 'lib/rspec_sprint/normalizer.rb', line 21 def full_description @full_description end |
#run_time ⇒ Object
Returns the value of attribute run_time
21 22 23 |
# File 'lib/rspec_sprint/normalizer.rb', line 21 def run_time @run_time end |
#status ⇒ Object
Returns the value of attribute status
21 22 23 |
# File 'lib/rspec_sprint/normalizer.rb', line 21 def status @status end |