class Cmds::Desc

Defined in:

cmds/desc.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(task : Nil | String, text : Nil | String) #

[View source]

Instance Method Detail

def task : String #

def task=(v : String) : String #

def task=(v : Nil) #

nil assignments are always ignored


def task? : String | Nil #

def text : String #

def text=(v : String) : String #

def text=(v : Nil) #

nil assignments are always ignored


def text? : String | Nil #