Class: ProgressBar::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/airplayer/progress_bar/base.rb

Instance Method Summary collapse

Instance Method Details

#total=(new_total) ⇒ Object



5
6
7
# File 'lib/airplayer/progress_bar/base.rb', line 5

def total=(new_total)
  with_update { with_progressables(:total=, new_total) }
end