module ResponseMate
The main module of the tool contains configuration code and some constants
Constants
- HTTP_METHODS
Methods handled by response_mate
- VERSION
Gem version
Attributes
configuration[RW]
Public Class Methods
setup() { |configuration| ... }
click to toggle source
Initializer method to set configuration values
# File lib/response_mate/core.rb, line 25 def setup self.configuration ||= Configuration.new yield(configuration) if block_given? end