Method: FileboundClient::Client#initialize

Defined in:
lib/filebound_client.rb

#initialize(connection) ⇒ FileboundClient::Client

Initializes the client with the supplied Connection

Parameters:

  • connection (Connection)

    the logged in Connection



36
37
38
# File 'lib/filebound_client.rb', line 36

def initialize(connection)
  @connection = connection
end