Methods

Files

Class/Module Index [+]

Quicksearch

Fog::Terremark::Vcloud

Public Class Methods

new(options={}) click to toggle source
# File lib/fog/terremark/vcloud.rb, line 17
def self.new(options={})
  Fog::Logger.deprecation("Fog::Terremark::Vcloud is deprecated, to be replaced with Vcloud 1.0 someday/maybe [light_black](#{caller.first})[/]")

  unless @required
    shared_requires
    @required = true
  end

  check_shared_options(options)

  if Fog.mocking?
     Fog::Terremark::Vcloud::Mock.new(options)
  else
     Fog::Terremark::Vcloud::Real.new(options)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.