Class: Pinspec::Emit::SpecWriter::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/pinspec/emit/spec_writer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aspectsObject (readonly)

Returns the value of attribute aspects

Returns:

  • (Object)

    the current value of aspects



18
19
20
# File 'lib/pinspec/emit/spec_writer.rb', line 18

def aspects
  @aspects
end

#pinned_casesObject (readonly)

Returns the value of attribute pinned_cases

Returns:

  • (Object)

    the current value of pinned_cases



18
19
20
# File 'lib/pinspec/emit/spec_writer.rb', line 18

def pinned_cases
  @pinned_cases
end

#spec_pathObject (readonly)

Returns the value of attribute spec_path

Returns:

  • (Object)

    the current value of spec_path



18
19
20
# File 'lib/pinspec/emit/spec_writer.rb', line 18

def spec_path
  @spec_path
end

#support_pathsObject (readonly)

Returns the value of attribute support_paths

Returns:

  • (Object)

    the current value of support_paths



18
19
20
# File 'lib/pinspec/emit/spec_writer.rb', line 18

def support_paths
  @support_paths
end