Class: Put::Debug::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/put/debug.rb

Instance Attribute Summary collapse

Instance Attribute Details

#incomparablesObject

Returns the value of attribute incomparables

Returns:

  • (Object)

    the current value of incomparables



3
4
5
# File 'lib/put/debug.rb', line 3

def incomparables
  @incomparables
end

#success?Object

Returns the value of attribute success?

Returns:

  • (Object)

    the current value of success?



3
4
5
# File 'lib/put/debug.rb', line 3

def success?
  @success?
end