Sha256: 6af2a0a24e00c822c6636aed19e1cf4cf2fc919a589aa310e0a17069556c77c7
Contents?: true
Size: 483 Bytes
Versions: 39
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
39 entries across 39 versions & 1 rubygems