Class: BundleSafeUpdate::RiskChecker::RiskSignal

Inherits:
Struct
  • Object
show all
Defined in:
lib/bundle_safe_update/risk_checker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



8
9
10
# File 'lib/bundle_safe_update/risk_checker.rb', line 8

def message
  @message
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



8
9
10
# File 'lib/bundle_safe_update/risk_checker.rb', line 8

def mode
  @mode
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/bundle_safe_update/risk_checker.rb', line 8

def type
  @type
end