Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
shards_spec
v0.2.4
ShardsSpec
Dependency
Error
ParseError
Spec
Author
Library
Target
Versions
YAML
PullParser
Built with Crystal 1.9.2
2023-10-11 12:54:25 UTC
class
ShardsSpec::Spec::Author
ShardsSpec::Spec::Author
Reference
Object
Defined in:
shards_spec.cr
Constructors
.new
(pull : YAML::PullParser)
.new
(name)
Instance Method Summary
#email
: String | Nil
#email=
(email : String | Nil)
#name
: String
#name=
(name : String)
Constructor Detail
def self.
new
(pull :
YAML::PullParser
)
#
[
View source
]
def self.
new
(name)
#
[
View source
]
Instance Method Detail
def
email
: String | Nil
#
[
View source
]
def
email=
(email : String | Nil)
#
[
View source
]
def
name
: String
#
[
View source
]
def
name=
(name : String)
#
[
View source
]