Class: EventStore::HTTPClient::Settings

Inherits:
Settings
  • Object
show all
Defined in:
lib/event_store_http_client/settings.rb

Class Method Summary collapse

Class Method Details

.instanceObject



4
5
6
# File 'lib/event_store_http_client/settings.rb', line 4

def self.instance
  @instance ||= build
end