Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
dmnd-bot
v0.2.3
Top Level Namespace
Config
BotModule
Discord
Instance
Parser
Saucenao
Syncplay
Discord
Bot
DiscordPlugin
SaucenaoPlugin
Saucenao
IndexSite
Parser
Result
ResultData
ResultHeader
StringToBool
StringToFloat
StringToTime
StringToURI
Syncplay
Bot
Features
Room
TLSenabled
User
Version
Built with Crystal 1.9.2
2023-10-08 14:55:19 UTC
class
Syncplay::User
Syncplay::User
Reference
Object
Included Modules
JSON::Serializable
Defined in:
syncplay/syncplay_protocol.cr
Constructors
.new
(username : String, roomname : String)
.new
(pull : JSON::PullParser)
Instance Method Summary
#features
: Features
#realversion
: Version
#room
: Room
#username
: String
#version
: Version
Constructor Detail
def self.
new
(username : String, roomname : String)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
features
:
Features
#
[
View source
]
def
realversion
:
Version
#
[
View source
]
def
room
:
Room
#
[
View source
]
def
username
: String
#
[
View source
]
def
version
:
Version
#
[
View source
]