Class: Keisanjaku::Modes::Sandbox::SandboxResult
- Inherits:
-
Struct
- Object
- Struct
- Keisanjaku::Modes::Sandbox::SandboxResult
- Defined in:
- lib/keisanjaku/modes/sandbox.rb
Instance Attribute Summary collapse
-
#actions ⇒ Object
Returns the value of attribute actions.
-
#answer ⇒ Object
Returns the value of attribute answer.
-
#quit ⇒ Object
Returns the value of attribute quit.
Instance Attribute Details
#actions ⇒ Object
Returns the value of attribute actions
13 14 15 |
# File 'lib/keisanjaku/modes/sandbox.rb', line 13 def actions @actions end |
#answer ⇒ Object
Returns the value of attribute answer
13 14 15 |
# File 'lib/keisanjaku/modes/sandbox.rb', line 13 def answer @answer end |
#quit ⇒ Object
Returns the value of attribute quit
13 14 15 |
# File 'lib/keisanjaku/modes/sandbox.rb', line 13 def quit @quit end |