class WaitPR::Program

Defined in:

waitpr/program.cr

Constant Summary

SPINNER = ["🕛 ", "🕐 ", "🕑 ", "🕒 ", "🕓 ", "🕔 ", "🕕 ", "🕖 ", "🕗 ", "🕘 ", "🕙 ", "🕚 "]

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def count : Int32 #

[View source]
def count=(count : Int32) #

[View source]
def done : Bool #

[View source]
def done=(done : Bool) #

[View source]
def notify(duration, status) #

[View source]
def notify : Bool #

[View source]
def notify=(notify : Bool) #

[View source]
def notify_cutoff : Time::Span #

[View source]
def notify_cutoff=(notify_cutoff : Time::Span) #

[View source]
def notify_cutoff=(from_optparse : String) #

[View source]
def run #

[View source]
def start : Time::Span #

[View source]
def start=(start : Time::Span) #

[View source]