Sha256: dc7c3046c4e40a908d4141c2446fad85df72fc34c9d46e721d30c5d048b24680
Contents?: true
Size: 318 Bytes
Versions: 7
Compression:
Stored size: 318 Bytes
Contents
module VagrantPlugins module ArubaCloud module Action class MessageAlreadyCreated def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t('vagrant_arubacloud.already_created')) @app.call(env) end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems