Sha256: 631175aa819a3e70b463701278fdf567672a4d518111505d2d526ab947ad64c9
Contents?: true
Size: 355 Bytes
Versions: 2
Compression:
Stored size: 355 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-cloudstack-1.3.0 | lib/vagrant-cloudstack/action/message_already_created.rb |
vagrant-cloudstack-1.2.0 | lib/vagrant-cloudstack/action/message_already_created.rb |