Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
hello
v0.1.0
Hello
Greeter
Options
Parser
Generated using Crystal 1.14.0
2024-11-26 08:30:25 UTC
struct
Hello::
Options
Hello::Options
Struct
Value
Object
Defined in:
hello/options.cr
Constructors
.new
Instance Method Summary
#initialize
#name
: String
#name=
(name : String)
#period
: String | Nil
#period=
(period : String | Nil)
Constructor Detail
def self.
new
#
[
View source
]
Instance Method Detail
def
initialize
#
[
View source
]
def
name
: String
#
[
View source
]
def
name=
(name : String)
#
[
View source
]
def
period
: String | Nil
#
[
View source
]
def
period=
(period : String | Nil)
#
[
View source
]