Class: Keisanjaku::Modes::Sandbox::SandboxResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/keisanjaku/modes/sandbox.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionsObject

Returns the value of attribute actions

Returns:

  • (Object)

    the current value of actions



13
14
15
# File 'lib/keisanjaku/modes/sandbox.rb', line 13

def actions
  @actions
end

#answerObject

Returns the value of attribute answer

Returns:

  • (Object)

    the current value of answer



13
14
15
# File 'lib/keisanjaku/modes/sandbox.rb', line 13

def answer
  @answer
end

#quitObject

Returns the value of attribute quit

Returns:

  • (Object)

    the current value of quit



13
14
15
# File 'lib/keisanjaku/modes/sandbox.rb', line 13

def quit
  @quit
end