struct Shatter::Codec::Entry::Item(T)

Included Modules

Defined in:

shatter/codec.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, id : UInt32, element : T) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(name _name = @name, id _id = @id, element _element = @element) #

[View source]
def element : T #

def id : UInt32 #

def name : String #