class ConcourseObjects::Resources::AlertManager::OutParams::Expire
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 38 def initialize(options = {}) super(options.merge(operation: "expire")) do |this, options| yield this, options if block_given? end end