class ConcourseObjects::Resources::AlertManager::OutParams::Silence

Constants

DEFAULT_EXPIRES

Public Class Methods

new(options = {}) { |this, options| ... } click to toggle source
Calls superclass method ConcourseObjects::Object::new
# File lib/concourse-objects/resources/alertmanager.rb, line 28
def initialize(options = {})
  super(options.merge(operation: "silence")) do |this, options|
    yield this, options if block_given?
  end
end