Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
solerian-api
master
Solerian
Auth
Passwd
User
CorsHandler
DB
Base
Entry
Meaning
Section
Sectionable
Storage
LogHandler
Validation
Generated using Crystal 1.14.0
2024-12-22 09:50:57 UTC
class
Solerian::
Auth::
User
Solerian::Auth::User
Reference
Object
Included Modules
JSON::Serializable
Defined in:
solerian/auth.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#name
: String
#name=
(name : String)
#pass
: String
#pass=
(pass : String)
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
name
: String
#
[
View source
]
def
name=
(name : String)
#
[
View source
]
def
pass
: String
#
[
View source
]
def
pass=
(pass : String)
#
[
View source
]