Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
console2es
master
Top Level Namespace
ConsoleParser
Snippet
Generated using Crystal 1.14.0
2024-11-26 09:38:47 UTC
class
Snippet
Snippet
Reference
Object
Defined in:
console_parser.cr
Constructors
.new
(method : String, endpoint : String)
Instance Method Summary
#body
: String | Nil
#body=
(body : String | Nil)
#endpoint
: String
#method
: String
Constructor Detail
def self.
new
(method : String, endpoint : String)
#
[
View source
]
Instance Method Detail
def
body
: String | Nil
#
[
View source
]
def
body=
(body : String | Nil)
#
[
View source
]
def
endpoint
: String
#
[
View source
]
def
method
: String
#
[
View source
]