Module: Beeline::Config

Included in:
Client, Session
Defined in:
lib/beeline/config.rb

Instance Method Summary collapse

Instance Method Details

#friendshipsObject



5
6
7
# File 'lib/beeline/config.rb', line 5

def friendships
  beechat[:friendships] || {}
end

#hive_accountObject



9
10
11
# File 'lib/beeline/config.rb', line 9

def 
  chain[:hive_account]
end

#hive_posting_wifObject



13
14
15
# File 'lib/beeline/config.rb', line 13

def hive_posting_wif
  chain[:hive_posting_wif]
end

#hive_public_keyObject



17
18
19
# File 'lib/beeline/config.rb', line 17

def hive_public_key
  chain[:hive_public_key]
end