Module: Caldecott

Defined in:
lib/caldecott-client/version.rb,
lib/caldecott-client/client.rb,
lib/caldecott-client/tunnel/tunnel.rb,
lib/caldecott-client/tunnel/http_tunnel.rb

Overview

Copyright © 2009-2011 VMware, Inc.

Defined Under Namespace

Modules: Client Classes: ClientError, InvalidTunnelUrl, NotImplemented, ServerError

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.loggerObject

Returns the value of attribute logger.



19
20
21
# File 'lib/caldecott-client/client.rb', line 19

def logger
  @logger
end

Class Method Details

.initObject



21
22
23
# File 'lib/caldecott-client/client.rb', line 21

def init
  @logger = Logger.new(STDOUT)
end