Sha256: 8397bbe8c8f1eae50da1ed86e86f85cb71b60300d6576fa195773aa7caaed203
Contents?: true
Size: 627 Bytes
Versions: 44
Compression:
Stored size: 627 Bytes
Contents
require "pact_broker/api/decorators/verification_decorator" module PactBroker module Api module Decorators class ExtendedVerificationDecorator < VerificationDecorator class TagDecorator < BaseDecorator property :name property :latest?, as: :latest link :self do | options | { title: "Tag", name: represented.name, href: tag_url(options[:base_url], represented) } end end collection :provider_version_tags, as: :tags, embedded: true, extend: TagDecorator end end end end
Version data entries
44 entries across 44 versions & 1 rubygems