class Coffee::Serialization::Range::NeedleEntry

Included Modules

Defined in:

coffee/serialization/range.cr

Constructors

Instance Method Summary

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]