Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
test-kemal
main
Top Level Namespace
AuthHandler
Fighter
FighterCreate
FighterEdit
Result
StartupInfo
Generated using Crystal 1.10.1
2024-02-25 07:35:35 UTC
struct
StartupInfo
StartupInfo
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
test-kemal.cr
Constructors
.new
(port : Int32, pid : Int64)
.new
(pull : JSON::PullParser)
Instance Method Summary
#multi_threads
: Bool
#pid
: Int64
#port
: Int32
#release_mode
: Bool
Constructor Detail
def self.
new
(port : Int32, pid : Int64)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
multi_threads
: Bool
#
def
pid
: Int64
#
[
View source
]
def
port
: Int32
#
[
View source
]
def
release_mode
: Bool
#