class Runbook::Entities::Step

Public Class Methods

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