Class: Kryptic::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#injectedObject

Returns the value of attribute injected

Returns:

  • (Object)

    the current value of injected



16
17
18
# File 'lib/kryptic.rb', line 16

def injected
  @injected
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



16
17
18
# File 'lib/kryptic.rb', line 16

def reason
  @reason
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



16
17
18
# File 'lib/kryptic.rb', line 16

def skipped
  @skipped
end