struct Swarmy::Welcome::Item

Defined in:

swarmy/welcome.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(label : String, hint : String, action : Symbol) #

Instance Method Detail

def action : Symbol #

def clone #

def copy_with(label _label = @label, hint _hint = @hint, action _action = @action) #

def hint : String #

def label : String #