Class: Meeseeker::HiveEngine::FollowerJob
- Inherits:
-
SteemEngine::FollowerJob
- Object
- SteemEngine::FollowerJob
- Meeseeker::HiveEngine::FollowerJob
- Defined in:
- lib/meeseeker/hive_engine.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ FollowerJob
constructor
A new instance of FollowerJob.
Methods inherited from SteemEngine::FollowerJob
Constructor Details
#initialize(options = {}) ⇒ FollowerJob
Returns a new instance of FollowerJob.
16 17 18 |
# File 'lib/meeseeker/hive_engine.rb', line 16 def initialize( = {}) @chain_key_prefix = [:chain_key_prefix] || Meeseeker::HIVE_ENGINE_CHAIN_KEY_PREFIX end |