configure
Attune.configure do |c| c.endpoint = "http://example.com:8080/" c.timeout = 5 end
Yields:
Yield Parameters:
the object that the method was called on
45 46 47
# File 'lib/attune/configurable.rb', line 45 def configure yield self end