Class: Kryptic::Result
- Inherits:
-
Struct
- Object
- Struct
- Kryptic::Result
- Defined in:
- lib/kryptic.rb
Instance Attribute Summary collapse
-
#injected ⇒ Object
Returns the value of attribute injected.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
Instance Attribute Details
#injected ⇒ Object
Returns the value of attribute injected
16 17 18 |
# File 'lib/kryptic.rb', line 16 def injected @injected end |
#reason ⇒ Object
Returns the value of attribute reason
16 17 18 |
# File 'lib/kryptic.rb', line 16 def reason @reason end |
#skipped ⇒ Object
Returns the value of attribute skipped
16 17 18 |
# File 'lib/kryptic.rb', line 16 def skipped @skipped end |