module GetResponse
Constants
- VERSION
Public Class Methods
configuration()
click to toggle source
# File lib/get_response.rb, line 15 def configuration @config ||= Config.new end
Also aliased as: config
configure() { |configuration| ... }
click to toggle source
# File lib/get_response.rb, line 10 def configure yield(configuration) configuration.logger ||= Logger.new(STDOUT) end