Sha256: ebc46bb7fe927a95edf3f5d076fba31118bc4f9d14891b252a4c4a7216418695
Contents?: true
Size: 316 Bytes
Versions: 3
Compression:
Stored size: 316 Bytes
Contents
module VagrantPlugins module Openstack module Action class MessageAlreadyCreated def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t("vagrant_openstack.already_created")) @app.call(env) end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems