Class: SourceMonitor::Setup::DependencyChecker::Dependency

Inherits:
Struct
  • Object
show all
Defined in:
lib/source_monitor/setup/dependency_checker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#detectorObject

Returns the value of attribute detector

Returns:

  • (Object)

    the current value of detector



6
7
8
# File 'lib/source_monitor/setup/dependency_checker.rb', line 6

def detector
  @detector
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



6
7
8
# File 'lib/source_monitor/setup/dependency_checker.rb', line 6

def key
  @key
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/source_monitor/setup/dependency_checker.rb', line 6

def name
  @name
end

#remediationObject

Returns the value of attribute remediation

Returns:

  • (Object)

    the current value of remediation



6
7
8
# File 'lib/source_monitor/setup/dependency_checker.rb', line 6

def remediation
  @remediation
end

#requirementObject

Returns the value of attribute requirement

Returns:

  • (Object)

    the current value of requirement



6
7
8
# File 'lib/source_monitor/setup/dependency_checker.rb', line 6

def requirement
  @requirement
end