Module: Meeseeker
- Extended by:
- Meeseeker
- Included in:
- Meeseeker
- Defined in:
- lib/meeseeker.rb,
lib/meeseeker/version.rb,
lib/meeseeker/block_follower_job.rb,
lib/meeseeker/witness_schedule_job.rb
Defined Under Namespace
Modules: SteemEngine Classes: BlockFollowerJob, WitnessScheduleJob
Constant Summary collapse
- LAST_BLOCK_NUM_KEY =
'steem:meeseeker:last_block_num'
- LAST_STEEM_ENGINE_BLOCK_NUM_KEY =
'steem_engine:meeseeker:last_block_num'
- BLOCKS_PER_DAY =
28800
- VIRTUAL_TRX_ID =
'0000000000000000000000000000000000000000'
- VERSION =
'0.0.8'
- AGENT_ID =
"meeseeker/#{VERSION}"
Instance Attribute Summary collapse
-
#expire_keys ⇒ Object
Returns the value of attribute expire_keys.
-
#include_block_header ⇒ Object
Returns the value of attribute include_block_header.
-
#include_virtual ⇒ Object
Returns the value of attribute include_virtual.
-
#node_url ⇒ Object
Returns the value of attribute node_url.
-
#publish_op_custom_id ⇒ Object
Returns the value of attribute publish_op_custom_id.
-
#redis ⇒ Object
Returns the value of attribute redis.
-
#steem_engine_node_url ⇒ Object
Returns the value of attribute steem_engine_node_url.
-
#stream_mode ⇒ Object
Returns the value of attribute stream_mode.
Instance Attribute Details
#expire_keys ⇒ Object
Returns the value of attribute expire_keys.
26 27 28 |
# File 'lib/meeseeker.rb', line 26 def expire_keys @expire_keys end |
#include_block_header ⇒ Object
Returns the value of attribute include_block_header.
26 27 28 |
# File 'lib/meeseeker.rb', line 26 def include_block_header @include_block_header end |
#include_virtual ⇒ Object
Returns the value of attribute include_virtual.
26 27 28 |
# File 'lib/meeseeker.rb', line 26 def include_virtual @include_virtual end |
#node_url ⇒ Object
Returns the value of attribute node_url.
26 27 28 |
# File 'lib/meeseeker.rb', line 26 def node_url @node_url end |
#publish_op_custom_id ⇒ Object
Returns the value of attribute publish_op_custom_id.
26 27 28 |
# File 'lib/meeseeker.rb', line 26 def publish_op_custom_id @publish_op_custom_id end |
#redis ⇒ Object
Returns the value of attribute redis.
26 27 28 |
# File 'lib/meeseeker.rb', line 26 def redis @redis end |
#steem_engine_node_url ⇒ Object
Returns the value of attribute steem_engine_node_url.
26 27 28 |
# File 'lib/meeseeker.rb', line 26 def steem_engine_node_url @steem_engine_node_url end |
#stream_mode ⇒ Object
Returns the value of attribute stream_mode.
26 27 28 |
# File 'lib/meeseeker.rb', line 26 def stream_mode @stream_mode end |