Module: Beeline::Config
Instance Method Summary collapse
Instance Method Details
#friendships ⇒ Object
5 6 7 |
# File 'lib/beeline/config.rb', line 5 def friendships beechat[:friendships] || {} end |
#hive_account ⇒ Object
9 10 11 |
# File 'lib/beeline/config.rb', line 9 def hive_account chain[:hive_account] end |
#hive_posting_wif ⇒ Object
13 14 15 |
# File 'lib/beeline/config.rb', line 13 def hive_posting_wif chain[:hive_posting_wif] end |
#hive_public_key ⇒ Object
17 18 19 |
# File 'lib/beeline/config.rb', line 17 def hive_public_key chain[:hive_public_key] end |