class Syskit::GUI::ModelViews::ProfileElementView

Public Instance Methods

render(model, *args, **options) click to toggle source
# File lib/syskit/gui/model_views/profile.rb, line 113
def render(model, *args, **options)
    page.push "#{model.name || "<unnamed>"}(#{model.model.name})", page.main_doc(model.doc || ""), id: options[:id]
    super
end