struct StringMru::MruData

Defined in:

string_mru.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : String, updated_at : Time) #

[View source]

Instance Method Detail

def updated_at : Time #

[View source]
def updated_at=(updated_at : Time) #

[View source]
def value : String #

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

[View source]