module Seekr
Constants
- VERSION
Public Class Methods
api_key()
click to toggle source
# File lib/seekr.rb, line 23 def self.api_key configuration.api_key end
api_secret()
click to toggle source
# File lib/seekr.rb, line 27 def self.api_secret configuration.api_secret end
configuration()
click to toggle source
# File lib/seekr.rb, line 19 def self.configuration @configuration ||= Seekr::Configuration.new end
configure() { |configuration| ... }
click to toggle source
# File lib/seekr.rb, line 15 def self.configure(&block) yield configuration end
reset()
click to toggle source
# File lib/seekr.rb, line 31 def self.reset @configuration = nil end