Class: Bundler::Spinel::Checker::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/bundler/spinel/checker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#probedObject

Returns the value of attribute probed

Returns:

  • (Object)

    the current value of probed



11
12
13
# File 'lib/bundler/spinel/checker.rb', line 11

def probed
  @probed
end

#rejectedObject

Returns the value of attribute rejected

Returns:

  • (Object)

    the current value of rejected



11
12
13
# File 'lib/bundler/spinel/checker.rb', line 11

def rejected
  @rejected
end

#riskyObject

Returns the value of attribute risky

Returns:

  • (Object)

    the current value of risky



11
12
13
# File 'lib/bundler/spinel/checker.rb', line 11

def risky
  @risky
end

#verdictObject

Returns the value of attribute verdict

Returns:

  • (Object)

    the current value of verdict



11
12
13
# File 'lib/bundler/spinel/checker.rb', line 11

def verdict
  @verdict
end