Sha256: 6da743a6b792d2e0327f07d38b3339cbb357dadb9ebcc3f097059436926775af
Contents?: true
Size: 483 Bytes
Versions: 66
Compression:
Stored size: 483 Bytes
Contents
require_relative 'base_decorator' require_relative 'integration_decorator' module PactBroker module Api module Decorators class IntegrationsDecorator < BaseDecorator collection :entries, as: :integrations, embedded: true, :extend => PactBroker::Api::Decorators::IntegrationDecorator link :self do | context | { href: context[:resource_url], title: "All integrations" } end end end end end
Version data entries
66 entries across 66 versions & 1 rubygems