Class: Telegram::Bot::UpdatesController::Session::NullSessionHash

Inherits:
SessionHash
  • Object
show all
Defined in:
lib/telegram/bot/updates_controller/session.rb

Instance Attribute Summary

Attributes inherited from SessionHash

#id

Instance Method Summary collapse

Methods inherited from SessionHash

#exists?

Constructor Details

#initializeNullSessionHash

rubocop:disable Lint/MissingSuper



77
78
79
80
81
# File 'lib/telegram/bot/updates_controller/session.rb', line 77

def initialize # rubocop:disable Lint/MissingSuper
  @data = {}
  @loaded = true
  @exists = true
end