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
FighterCreate
FighterCreate
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
test-kemal.cr
Constructors
.new
(name : String, skill : Array(String))
.new
(pull : JSON::PullParser)
Instance Method Summary
#clone
#copy_with
(name _name = @name, skill _skill = @skill)
#name
: String
#skill
: Array(String)
Constructor Detail
def self.
new
(name : String, skill : Array(String))
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(name _name = @name, skill _skill = @skill)
#
[
View source
]
def
name
: String
#
def
skill
: Array(String)
#