module KafkaCommand
Constants
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/kafka_command/configuration.rb, line 8 def self.config @config end
config=(config_hash)
click to toggle source
# File lib/kafka_command/configuration.rb, line 4 def self.config=(config_hash) @config ||= Configuration.new(config_hash) end