Method: FileboundClient::Config#configure

Defined in:
lib/filebound_client/config.rb

#configure {|@configuration| ... } ⇒ Object

Creates a new Configuration object and yields to the caller

Yields:



11
12
13
14
# File 'lib/filebound_client/config.rb', line 11

def configure
  @configuration ||= Configuration.new
  yield @configuration
end