Method: CDP::Timeline::Client::Swagger::Configuration#initialize

Defined in:
lib/cdp/timeline/client/swagger/configuration.rb

#initialize {|_self| ... } ⇒ Configuration

Returns a new instance of Configuration.

Yields:

  • (_self)

Yield Parameters:



12
13
14
15
16
17
18
# File 'lib/cdp/timeline/client/swagger/configuration.rb', line 12

def initialize
  @scheme = 'https'
  @host = 'cdp.rd.services'
  @base_path = '/event_api'

  yield(self) if block_given?
end