Sha256: aaa5fc299d2147363e3750ed9ae5efcbc5d95ca24bf6b44a505e0d6d3fd1d334
Contents?: true
Size: 291 Bytes
Versions: 7
Compression:
Stored size: 291 Bytes
Contents
module Fog module Compute class XenServer class Real def call_plugin_host(ref, plugin, fn, args) @connection.request({ :parser => Fog::Parsers::XenServer::Base.new, :method => "host.call_plugin" }, ref, plugin, fn, args) end end end end end
Version data entries
7 entries across 5 versions & 2 rubygems