class Data::Ch::Meta

Defined in:

data/ch/meta.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

to_toml : String to_toml

Constructor Detail

def self.new(table : Nil | String, mtime : Time | Nil) #

[View source]

Instance Method Detail

def mtime : Time #

def mtime=(v : Time) : Time #

def mtime=(v : Nil) #

nil assignments are always ignored


def mtime? : Time | Nil #

def table : String #

def table=(v : String) : String #

def table=(v : Nil) #

nil assignments are always ignored


def table? : String | Nil #