Class: Bundler::Spinel::Checker::Result
- Inherits:
-
Struct
- Object
- Struct
- Bundler::Spinel::Checker::Result
- Defined in:
- lib/bundler/spinel/checker.rb
Instance Attribute Summary collapse
-
#probed ⇒ Object
Returns the value of attribute probed.
-
#rejected ⇒ Object
Returns the value of attribute rejected.
-
#risky ⇒ Object
Returns the value of attribute risky.
-
#verdict ⇒ Object
Returns the value of attribute verdict.
Instance Attribute Details
#probed ⇒ Object
Returns the value of attribute probed
11 12 13 |
# File 'lib/bundler/spinel/checker.rb', line 11 def probed @probed end |
#rejected ⇒ Object
Returns the value of attribute rejected
11 12 13 |
# File 'lib/bundler/spinel/checker.rb', line 11 def rejected @rejected end |
#risky ⇒ Object
Returns the value of attribute risky
11 12 13 |
# File 'lib/bundler/spinel/checker.rb', line 11 def risky @risky end |
#verdict ⇒ Object
Returns the value of attribute verdict
11 12 13 |
# File 'lib/bundler/spinel/checker.rb', line 11 def verdict @verdict end |