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::Library
ShardsSpec::Spec::Library
Reference
Object
Defined in:
shards_spec.cr
Constructors
.new
(soname : String, version : String)
.new
(pull : YAML::PullParser)
Instance Method Summary
#soname
: String
#soname=
(soname : String)
#version
: String
#version=
(version : String)
Constructor Detail
def self.
new
(soname : String, version : String)
#
[
View source
]
def self.
new
(pull :
YAML::PullParser
)
#
[
View source
]
Instance Method Detail
def
soname
: String
#
[
View source
]
def
soname=
(soname : String)
#
[
View source
]
def
version
: String
#
[
View source
]
def
version=
(version : String)
#
[
View source
]