Sha256: e33ba3d43df16f5f131ee4a5904df62c116b3b5aa8b6963adee0753523feddbc
Contents?: true
Size: 339 Bytes
Versions: 17
Compression:
Stored size: 339 Bytes
Contents
module VagrantPlugins module Cloudstack module Action class MessageAlreadyCreated def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t("vagrant_cloudstack.already_status", :status => "created")) @app.call(env) end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems