class RspecDispatch::Configuration

Attributes

custom_data[RW]
service_url[RW]
verbose[RW]

Public Class Methods

new() click to toggle source
# File lib/rspec_dispatch/configuration.rb, line 6
def initialize
        @service_url = 'http://localhost:3000/'
        @custom_data = {}
        @verbose = true
end