class Stelios::IO::Locale::Entry

Defined in:

engine/io.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

to_sban(io : IO)
to_sban(encoder : SBAN::Encoder)
to_sban : Bytes
to_sban

Class methods inherited from class Object

from_sban(string_or_io) from_sban

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new #

[View source]

Instance Method Detail

def [](key : String) #

[View source]
def []=(key : String, value : String) #

[View source]
def dig(keys : Array(String)) #

[View source]
def dig?(keys : Array(String)) #

[View source]
def dig?(key : String) #

[View source]
def value : String | Nil #

[View source]
def value=(value : String | Nil) #

[View source]