Sha256: 747dcef29f1421fbfbc9fe8500be08daf19b96c5e3d45bc58b41d58a642d6ab6

Contents?: true

Size: 206 Bytes

Versions: 4

Compression:

Stored size: 206 Bytes

Contents

module Corkboard
  module Service
    class Config
      attr_reader :provider, :args

      def initialize(provider, args)
        @provider = provider
        @args     = args
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
corkboard-0.1.3 lib/corkboard/service/config.rb
corkboard-0.1.2 lib/corkboard/service/config.rb
corkboard-0.1.1 lib/corkboard/service/config.rb
corkboard-0.1.0 lib/corkboard/service/config.rb