struct Tag::CacheEntry

Defined in:

models/tag.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : String, name : String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(type _type = @type, name _name = @name) #

[View source]
def name : String #

def type : String #