Sha256: 891f51035cae3ea4f6f4c74395ea8539e6297bd18bd943f84f13340878d5500b
Contents?: true
Size: 387 Bytes
Versions: 115
Compression:
Stored size: 387 Bytes
Contents
require_relative 'base_decorator' module PactBroker module Api module Decorators class EmbeddedLabelDecorator < BaseDecorator property :name link :self do | options | { title: 'Label', name: represented.name, href: label_url(represented, options[:base_url]) } end end end end end
Version data entries
115 entries across 115 versions & 1 rubygems