Class: Dependabot::GithubActions::WorkflowFile::UsesCollector
- Inherits:
-
Object
- Object
- Dependabot::GithubActions::WorkflowFile::UsesCollector
- Extended by:
- T::Sig
- Defined in:
- lib/dependabot/github_actions/workflow_file/uses_collector.rb
Defined Under Namespace
Classes: ResolvedUse
Instance Method Summary collapse
-
#initialize(data) ⇒ UsesCollector
constructor
A new instance of UsesCollector.
- #uses ⇒ Object
Constructor Details
#initialize(data) ⇒ UsesCollector
Returns a new instance of UsesCollector.
18 19 20 |
# File 'lib/dependabot/github_actions/workflow_file/uses_collector.rb', line 18 def initialize(data) @data = data end |