Method: ProfilesAccountingClient#initialize

Defined in:
lib/lockstep_sdk/clients/profiles_accounting_client.rb

#initialize(connection) ⇒ ProfilesAccountingClient

Initialize the ProfilesAccountingClient class with an API client instance.

Parameters:

  • connection (LockstepApi)

    The API client object for this connection



22
23
24
# File 'lib/lockstep_sdk/clients/profiles_accounting_client.rb', line 22

def initialize(connection)
    @connection = connection
end