Sha256: 80cc612cf82e4443aa26838fbe81aa1cb47efec74f8bc7847d9d487d050dec73
Contents?: true
Size: 244 Bytes
Versions: 2
Compression:
Stored size: 244 Bytes
Contents
# frozen_string_literal: true module Shatter class Config class << self attr_accessor :zookeeper_host attr_accessor :initial_delay attr_accessor :missing_result_delay attr_accessor :service_port end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shatter-rb-0.0.2 | lib/shatter/config.rb |
shatter-rb-0.0.1 | lib/shatter/config.rb |