Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
BuilderChatbot
master
Top Level Namespace
AllInt
AllType
BlockTypeOne
Bot
BotMapped
ActionTextBlocks
Blocks
Conversation
Metadata
CacheBotMapped
Cache
CacheToSave
Converter
ConverterBOT
HandlerConversation
HandlerConversationAction
IConversation
LetterToBOT
Utilies
UtiliesBOT
UtiliesCacheBot
Generated using Crystal 1.14.0
2024-11-26 07:03:44 UTC
struct
CacheToSave
CacheToSave
Struct
Value
Object
Defined in:
bot/handle_conversation.cr
Constructors
.new
(bot : Bot)
Instance Method Summary
#build_cache
#cache_hash
: Hash(String, AllType)
#cache_hash=
(cache_hash : Hash(String, AllType))
#save
(name : String)
Constructor Detail
def self.
new
(bot :
Bot
)
#
[
View source
]
Instance Method Detail
def
build_cache
#
[
View source
]
def
cache_hash
: Hash(String,
AllType
)
#
[
View source
]
def
cache_hash=
(cache_hash : Hash(String,
AllType
))
#
[
View source
]
def
save
(name : String)
#
[
View source
]