Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
coffee
v0.1.1
Coffee
Cache
Config
Entry
Needle
Edge
Flag
IATA
Region
Flag
Option
Cache
Progress
Render
Progress
Scanner
Serialization
Entry
Range
Exclude
NeedleEntry
Task
TimeOut
Writer
IPAddress
IPv4
IPv6
Built with Crystal 1.9.2
2023-10-07 22:05:38 UTC
class
Coffee::Serialization::Range::NeedleEntry
Coffee::Serialization::Range::NeedleEntry
Reference
Object
Included Modules
YAML::Serializable
Defined in:
coffee/serialization/range.cr
Constructors
.new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
.new
(value : String, priority : Int32 =
1
)
Instance Method Summary
#priority
: Int32 | Nil
#priority=
(priority : Int32 | Nil)
#value
: String
#value=
(value : String)
Constructor Detail
def self.
new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
[
View source
]
def self.
new
(value : String, priority : Int32 =
1
)
#
[
View source
]
Instance Method Detail
def
priority
: Int32 | Nil
#
[
View source
]
def
priority=
(priority : Int32 | Nil)
#
[
View source
]
def
value
: String
#
[
View source
]
def
value=
(value : String)
#
[
View source
]