class Meeseeker::HiveEngine::FollowerJob

Public Class Methods

new(options = {}) click to toggle source
# File lib/meeseeker/hive_engine.rb, line 16
def initialize(options = {})
  @chain_key_prefix = options[:chain_key_prefix] || Meeseeker::HIVE_ENGINE_CHAIN_KEY_PREFIX
end