Class: Taski::StaticAnalysis::StartDepAnalyzer::AnalysisResult

Inherits:
Data
  • Object
show all
Defined in:
lib/taski/static_analysis/start_dep_analyzer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#start_depsObject (readonly)

Returns the value of attribute start_deps

Returns:

  • (Object)

    the current value of start_deps



20
21
22
# File 'lib/taski/static_analysis/start_dep_analyzer.rb', line 20

def start_deps
  @start_deps
end

#sync_depsObject (readonly)

Returns the value of attribute sync_deps

Returns:

  • (Object)

    the current value of sync_deps



20
21
22
# File 'lib/taski/static_analysis/start_dep_analyzer.rb', line 20

def sync_deps
  @sync_deps
end