Sha256: a3eba1560324bc9b7fa224ee9e0966b17be3b4ac3ef3e01edac1b9cb19c416eb
Contents?: true
Size: 419 Bytes
Versions: 77
Compression:
Stored size: 419 Bytes
Contents
require_relative 'base_decorator' module PactBroker module Api module Decorators class WebhookRequestDecorator < BaseDecorator property :method property :url property :headers, getter: lambda { | _ | headers.empty? ? nil : headers } property :body property :username property :password, getter: lambda { | _ | display_password } end end end end
Version data entries
77 entries across 77 versions & 1 rubygems