class IDRAC::Session
def initialize(client)
def initialize(client) @client = client @host = client.host @username = client.username @password = client.password @port = client.port @use_ssl = client.use_ssl @verify_ssl = client.verify_ssl @x_auth_token = nil @session_location = nil @direct_mode = client.direct_mode @sessions_maxed = false @auto_delete_sessions = client.auto_delete_sessions @verbosity = client.respond_to?(:verbosity) ? client.verbosity : 0 end