Method: Glib::JsonUi::ViewBuilder::ProgressBar#create

Defined in:
app/helpers/glib/json_ui/view_builder.rb

#createObject



320
321
322
323
324
# File 'app/helpers/glib/json_ui/view_builder.rb', line 320

def create
  @rounded = true if @rounded.nil?

  json.rounded @rounded
end