Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
moon-cli
main
Top Level Namespace
Auth
Command
Base
Config
Download
Edit
Markdown
Event
MarkdownParser
MoonApi
LoginError
OptionParser
Built with Crystal 1.9.2
2023-10-07 17:24:02 UTC
class
Auth
Auth
Command::Base
Reference
Object
Defined in:
commands/auth.cr
Instance Method Summary
#email
: String
#email=
(email : String)
#execute
#password
: String
#password=
(password : String)
Instance methods inherited from class
Command::Base
execute
execute
Class methods inherited from class
Command::Base
command
command
,
description
description
Instance Method Detail
def
email
: String
#
[
View source
]
def
email=
(email : String)
#
[
View source
]
def
execute
#
[
View source
]
def
password
: String
#
[
View source
]
def
password=
(password : String)
#
[
View source
]