Class: CFoundry::Client
- Inherits:
-
BaseClient
- Object
- BaseClient
- CFoundry::Client
- Defined in:
- lib/appfog-vmc-plugin/cfoundry/client.rb
Class Method Summary collapse
Methods inherited from BaseClient
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 |