Sha256: 6e98c3246673d537050d8adea766fbf200d50006c8566748d2135446310f8262
Contents?: true
Size: 757 Bytes
Versions: 8
Compression:
Stored size: 757 Bytes
Contents
require "pact_broker/api/resources/can_i_deploy_pacticipant_version_by_tag_to_tag" require "pact_broker/api/resources/badge_methods" module PactBroker module Api module Resources class CanIDeployPacticipantVersionByTagToTagBadge < CanIDeployPacticipantVersionByTagToTag include BadgeMethods def badge_url if pacticipant if version badge_service.can_i_deploy_badge_url(identifier_from_path[:tag], identifier_from_path[:to], label, results.deployable?) else badge_service.error_badge_url("version", "not found") end else badge_service.error_badge_url("pacticipant", "not found") end end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems