class Shatter::RegistryHash

Included Modules

Defined in:

shatter/registry.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def after_initialize #

[View source]
def entries : Hash(String, NamedTuple(protocol_id: UInt32)) #

[View source]
def reverse : Hash(UInt32, String) #

[View source]
def reverse? : Hash(UInt32, String) | Nil #

[View source]