class Runbook::Entities::Section

Public Class Methods

new(title, tags: [], labels: {}) click to toggle source
Calls superclass method Runbook::Entity::new
# File lib/runbook/entities/section.rb, line 3
def initialize(title, tags: [], labels: {})
  super(title, tags: tags, labels: labels)
end