Class: RSpec::Signal::Writer::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/rspec/signal/writer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cleanedObject

Returns the value of attribute cleaned

Returns:

  • (Object)

    the current value of cleaned



18
19
20
# File 'lib/rspec/signal/writer.rb', line 18

def cleaned
  @cleaned
end

#summary_pathObject

Returns the value of attribute summary_path

Returns:

  • (Object)

    the current value of summary_path



18
19
20
# File 'lib/rspec/signal/writer.rb', line 18

def summary_path
  @summary_path
end

#writtenObject

Returns the value of attribute written

Returns:

  • (Object)

    the current value of written



18
19
20
# File 'lib/rspec/signal/writer.rb', line 18

def written
  @written
end