Sha256: 1640c7ca17b6768ccf657c226fd9ce8b235393cc6b423eea859551a3174e759e

Contents?: true

Size: 257 Bytes

Versions: 4

Compression:

Stored size: 257 Bytes

Contents

require 'pact_broker/api/decorators/base_decorator'

module <%= resource_top_module %>
  module Api
    module Decorators
      class <%= decorator_class_name %> < BaseDecorator
        property :uuid

        include Timestamps
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pact_broker-2.83.0 scaffolding/templates/decorator.rb.erb
pact_broker-2.82.0 scaffolding/templates/decorator.rb.erb
pact_broker-2.81.0 scaffolding/templates/decorator.rb.erb
pact_broker-2.80.0 scaffolding/templates/decorator.rb.erb