Class: CFoundry::Client

Inherits:
BaseClient show all
Defined in:
lib/appfog-vmc-plugin/cfoundry/client.rb

Class Method Summary collapse

Methods inherited from BaseClient

#get, #uaa, #with_retry

Class Method Details

.new(*args) ⇒ Object



3
4
5
6
7
8
9
10
# File 'lib/appfog-vmc-plugin/cfoundry/client.rb', line 3

def self.new(*args)
  target, _ = args

  base = super(target)

  # Version 1 only
  CFoundry::V1::Client.new(*args)
end