Class: Marta::Server::ServerStore

Inherits:
Object
  • Object
show all
Defined in:
lib/marta/server.rb

Overview

Note:

It is believed that no user will use it

Special class is used for storing internal variables of the server

Class Method Summary collapse

Class Method Details

.has_answerObject

Getting info about dialog state



24
25
26
# File 'lib/marta/server.rb', line 24

def self.has_answer
  @@has_answer
end

.has_answer=(value) ⇒ Object

Setting info about the dialog state.



29
30
31
# File 'lib/marta/server.rb', line 29

def self.has_answer=(value)
  @@has_answer = value
end