Method: Logplex::Client#session

Defined in:
lib/logplex/client.rb

#session(session_id) ⇒ Object

Public: Get a Session instance with a given id.

If you have already created a session, this is how you access it later.

session_id - the session id (number)

Returns a Session Raises TODO(sissel): ??? if the session is not found

Raises:

  • (NotImplemented)


76
77
78
# File 'lib/logplex/client.rb', line 76

def session(session_id)
  raise NotImplemented
end