Class: Pinspec::Emit::SpecWriter::Result
- Inherits:
-
Data
- Object
- Data
- Pinspec::Emit::SpecWriter::Result
- Defined in:
- lib/pinspec/emit/spec_writer.rb
Instance Attribute Summary collapse
-
#aspects ⇒ Object
readonly
Returns the value of attribute aspects.
-
#pinned_cases ⇒ Object
readonly
Returns the value of attribute pinned_cases.
-
#spec_path ⇒ Object
readonly
Returns the value of attribute spec_path.
-
#support_paths ⇒ Object
readonly
Returns the value of attribute support_paths.
Instance Attribute Details
#aspects ⇒ Object (readonly)
Returns the value of attribute aspects
18 19 20 |
# File 'lib/pinspec/emit/spec_writer.rb', line 18 def aspects @aspects end |
#pinned_cases ⇒ Object (readonly)
Returns the value of attribute pinned_cases
18 19 20 |
# File 'lib/pinspec/emit/spec_writer.rb', line 18 def pinned_cases @pinned_cases end |
#spec_path ⇒ Object (readonly)
Returns the value of attribute spec_path
18 19 20 |
# File 'lib/pinspec/emit/spec_writer.rb', line 18 def spec_path @spec_path end |
#support_paths ⇒ Object (readonly)
Returns the value of attribute support_paths
18 19 20 |
# File 'lib/pinspec/emit/spec_writer.rb', line 18 def support_paths @support_paths end |