Class: Taski::StaticAnalysis::StartDepAnalyzer::AnalysisResult
- Inherits:
-
Data
- Object
- Data
- Taski::StaticAnalysis::StartDepAnalyzer::AnalysisResult
- Defined in:
- lib/taski/static_analysis/start_dep_analyzer.rb
Instance Attribute Summary collapse
-
#start_deps ⇒ Object
readonly
Returns the value of attribute start_deps.
-
#sync_deps ⇒ Object
readonly
Returns the value of attribute sync_deps.
Instance Attribute Details
#start_deps ⇒ Object (readonly)
Returns the value of attribute start_deps
20 21 22 |
# File 'lib/taski/static_analysis/start_dep_analyzer.rb', line 20 def start_deps @start_deps end |
#sync_deps ⇒ Object (readonly)
Returns the value of attribute sync_deps
20 21 22 |
# File 'lib/taski/static_analysis/start_dep_analyzer.rb', line 20 def sync_deps @sync_deps end |