Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
GMod-PixeLInc
master
Handlers
SocketHandler
WebRouter
Job
BatchPlayers
Error
PlayerResult
JobController
Nonce
Steam
Client
Game
ID
Player
Built with Crystal 1.9.2
2023-10-07 18:58:45 UTC
struct
Job::PlayerResult
Job::PlayerResult
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
job_controller.cr
Constructors
.new
(player : Steam::Player, lender_id : Steam::ID | Nil)
.new
(pull : JSON::PullParser)
Instance Method Summary
#lender_id
: Steam::ID | Nil
#player
: Steam::Player
Constructor Detail
def self.
new
(player :
Steam::Player
, lender_id :
Steam::ID
| Nil)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
lender_id
:
Steam::ID
| Nil
#
[
View source
]
def
player
:
Steam::Player
#
[
View source
]