Class: SourceMonitor::Setup::DependencyChecker::Dependency
- Inherits:
-
Struct
- Object
- Struct
- SourceMonitor::Setup::DependencyChecker::Dependency
- Defined in:
- lib/source_monitor/setup/dependency_checker.rb
Instance Attribute Summary collapse
-
#detector ⇒ Object
Returns the value of attribute detector.
-
#key ⇒ Object
Returns the value of attribute key.
-
#name ⇒ Object
Returns the value of attribute name.
-
#remediation ⇒ Object
Returns the value of attribute remediation.
-
#requirement ⇒ Object
Returns the value of attribute requirement.
Instance Attribute Details
#detector ⇒ Object
Returns the value of attribute detector
6 7 8 |
# File 'lib/source_monitor/setup/dependency_checker.rb', line 6 def detector @detector end |
#key ⇒ Object
Returns the value of attribute key
6 7 8 |
# File 'lib/source_monitor/setup/dependency_checker.rb', line 6 def key @key end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/source_monitor/setup/dependency_checker.rb', line 6 def name @name end |
#remediation ⇒ Object
Returns the value of attribute remediation
6 7 8 |
# File 'lib/source_monitor/setup/dependency_checker.rb', line 6 def remediation @remediation end |
#requirement ⇒ Object
Returns the value of attribute requirement
6 7 8 |
# File 'lib/source_monitor/setup/dependency_checker.rb', line 6 def requirement @requirement end |