Class ProgressBar::Base
In: lib/ruby-progressbar/base.rb
Parent: Object

Methods

decrement   finish   finished?   format   format=   increment   inspect   new   pause   paused?   progress=   progress_mark=   remainder_mark=   reset   resume   start   started?   stop   stopped?   title   title=   to_h   to_s   total=   update_progress  

Attributes

autofinish  [RW] 
autostart  [RW] 
bar  [RW] 
finished  [RW] 
output  [RW] 
percentage  [RW] 
progressable  [RW] 
rate  [RW] 
time  [RW] 
timer  [RW] 
title_comp  [RW] 

Public Class methods

Public Instance methods

format(other)

Alias for format=

rubocop:enable Metrics/AbcSize, Metrics/LineLength

paused?()

Alias for stopped?

rubocop:disable Metrics/AbcSize, Metrics/LineLength

Protected Instance methods

[Validate]