Sha256: 4489d3d04b6083aaea2c3f6fa7d2b0a4f08140c207cb7eaa56a8a0b808d4166d

Contents?: true

Size: 174 Bytes

Versions: 1

Compression:

Stored size: 174 Bytes

Contents

require 'json'

module HealthReporter
  class Reporter
    def initialize(healthy: true)
      @healthy = healthy
    end



    def healthy
      @healthy
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
health-reporter-0.0.1 lib/health_reporter/reporter.rb