Sha256: e1d138290a49c82b015b8d97caeb0a9980211473b3fad851a71601643258c513

Contents?: true

Size: 127 Bytes

Versions: 3

Compression:

Stored size: 127 Bytes

Contents

module BugHerd
  class Configuration

    attr_accessor :project_key

    def [](option)
      send(option)
    end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bugherd-0.0.4 lib/bugherd/configuration.rb
bugherd-0.0.3 lib/bugherd/configuration.rb
bugherd-0.0.2 lib/bugherd/configuration.rb