class StructCore::Specfile::Target::FrameworkReference
Attributes
project_path[RW]
settings[RW]
Public Class Methods
new(project_path, settings)
click to toggle source
# File lib/spec/spec_file.rb, line 78 def initialize(project_path, settings) @project_path = project_path @settings = settings end