Sha256: ce5f211a5f853d7525fe9fc66dbf177e19647deb86284cee89b58bdc238b8193

Contents?: true

Size: 304 Bytes

Versions: 5

Compression:

Stored size: 304 Bytes

Contents

require_relative 'base_decorator'
require_relative 'pact_pacticipant_decorator'

module PactBroker

  module Api

    module Decorators

      class TagDecorator < BaseDecorator

        link :self do | options |
          tag_url(options[:base_url], represented)
        end

      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pact_broker-1.0.0 lib/pact_broker/api/decorators/tag_decorator.rb
pact_broker-1.0.0.alpha3 lib/pact_broker/api/decorators/tag_decorator.rb
pact_broker-1.0.0.alpha2 lib/pact_broker/api/decorators/tag_decorator.rb
pact_broker-1.0.0.alpha1 lib/pact_broker/api/decorators/tag_decorator.rb
pact_broker-0.0.10 lib/pact_broker/api/decorators/tag_decorator.rb