class Shatter::Codec::Entry::Entry(T)

Included Modules

Defined in:

shatter/codec.cr

Constructors

Instance Method Summary

Instance methods inherited from class Shatter::Codec::Entry::Base

name_for!(id : UInt32) : String name_for!, type : String type

Constructor methods inherited from class Shatter::Codec::Entry::Base

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def get!(id : UInt32) : T #

[View source]
def name_for!(id : UInt32) : String #

[View source]
def value : Array(Item(T)) #

[View source]