Sha256: ac7786b7e3e41aa265c74a14184be0c069bc2abcde39ae82d138e18e5016022f
Contents?: true
Size: 269 Bytes
Versions: 20
Compression:
Stored size: 269 Bytes
Contents
# frozen_string_literal: true # :reek:Attribute module Evostream # DSL configuration for this gem class Service mattr_accessor :web_root, :uri_in, :uri_out, :name, :model, :model_id def self.configuration(&block) block.call(self) end end end
Version data entries
20 entries across 20 versions & 1 rubygems