module TheWalters
Public Class Methods
apikey()
click to toggle source
# File lib/thewalters/base.rb, line 9 def self.apikey @apikey end
apikey=(apikey)
click to toggle source
# File lib/thewalters/base.rb, line 6 def self.apikey=(apikey) @apikey = apikey end