Method: TelegramWorkflow::Session#flash

Defined in:
lib/telegram_workflow/session.rb

#flashObject

this is a temporary per-action store



41
42
43
44
45
# File 'lib/telegram_workflow/session.rb', line 41

def flash
  @session_id ?
    @session[:flash] ||= {} :
    NullSession.new
end