Class: BundleSafeUpdate::RiskChecker::RiskSignal
- Inherits:
-
Struct
- Object
- Struct
- BundleSafeUpdate::RiskChecker::RiskSignal
- Defined in:
- lib/bundle_safe_update/risk_checker.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
8 9 10 |
# File 'lib/bundle_safe_update/risk_checker.rb', line 8 def end |
#mode ⇒ Object
Returns the value of attribute mode
8 9 10 |
# File 'lib/bundle_safe_update/risk_checker.rb', line 8 def mode @mode end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/bundle_safe_update/risk_checker.rb', line 8 def type @type end |