Class: Meeseeker::HiveEngine::FollowerJob

Inherits:
SteemEngine::FollowerJob show all
Defined in:
lib/meeseeker/hive_engine.rb

Instance Method Summary collapse

Methods inherited from SteemEngine::FollowerJob

#chain_name, #perform

Constructor Details

#initialize(options = {}) ⇒ FollowerJob

Returns a new instance of FollowerJob.



16
17
18
# 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