class Vime::Ui::Time::TimeProgress
Public Instance Methods
call()
click to toggle source
# File lib/vime/ui/time/time_progress.rb, line 12 def call content_tag "vm-time-progress", nil, process_attrs(dom_attrs) end
dom_attrs()
click to toggle source
Calls superclass method
Vime::Component#dom_attrs
# File lib/vime/ui/time/time_progress.rb, line 16 def dom_attrs super.merge({ always_show_hours: always_show_hours, separator: separator, }) end