module InfluenceExplorer::Config
Public Class Methods
api_key()
click to toggle source
# File lib/influence_explorer/config.rb, line 8 def self.api_key @@api_key end
api_key=(val)
click to toggle source
# File lib/influence_explorer/config.rb, line 4 def self.api_key=(val) @@api_key = val end