class Telegram::Bot::UpdatesController::Session::NullSessionHash

Public Class Methods

new() click to toggle source
# File lib/telegram/bot/updates_controller/session.rb, line 74
def initialize
  @data = {}
  @loaded = true
  @exists = true
end