Class: RSpec::Signal::Writer::Result
- Inherits:
-
Struct
- Object
- Struct
- RSpec::Signal::Writer::Result
- Defined in:
- lib/rspec/signal/writer.rb
Instance Attribute Summary collapse
-
#cleaned ⇒ Object
Returns the value of attribute cleaned.
-
#summary_path ⇒ Object
Returns the value of attribute summary_path.
-
#written ⇒ Object
Returns the value of attribute written.
Instance Attribute Details
#cleaned ⇒ Object
Returns the value of attribute cleaned
18 19 20 |
# File 'lib/rspec/signal/writer.rb', line 18 def cleaned @cleaned end |
#summary_path ⇒ Object
Returns the value of attribute summary_path
18 19 20 |
# File 'lib/rspec/signal/writer.rb', line 18 def summary_path @summary_path end |
#written ⇒ Object
Returns the value of attribute written
18 19 20 |
# File 'lib/rspec/signal/writer.rb', line 18 def written @written end |