Sha256: fe7971fcb0e7e72f8f739dc8a912bb5e718a09565e25de29b493210ea0c9fc79
Contents?: true
Size: 421 Bytes
Versions: 50
Compression:
Stored size: 421 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 end collection :provider_version_tags, as: :tags, embedded: true, extend: TagDecorator end end end end
Version data entries
50 entries across 50 versions & 1 rubygems