Sha256: 48c36013c99f6a70d4fc3d39c15a1c7819abc997d0a6d53743ce7395ade6fa4c
Contents?: true
Size: 356 Bytes
Versions: 4
Compression:
Stored size: 356 Bytes
Contents
module VagrantPlugins module CommandServe class Client class CorePluginManager < Client def get_plugin(type) resp = client.get_plugin( SDK::CorePluginManager::GetPluginRequest.new( type: type ) ) mapper.map(resp.plugin, broker) end end end end end
Version data entries
4 entries across 4 versions & 2 rubygems