Class: Ledger::Sdk::Configuration::Settings

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/ledger/sdk/configuration.rb

Overview

Singleton holding the SDK configuration settings.

Stores the Fluence gateway service used to route HTTP calls.

Instance Attribute Summary collapse

Instance Attribute Details

#serviceSymbol

Fluence gateway service forwarded to Fluence::Gateway::Client. Paths are prefixed with /backend/<service>/ by the gateway client.

Returns:

  • (Symbol)

    the service name (default: :ledger)