Sha256: 0ffe7ec3024052db210a49b2791551f17cf9e56101a600c2695a1bb5f3777e63
Contents?: true
Size: 326 Bytes
Versions: 7
Compression:
Stored size: 326 Bytes
Contents
module VagrantPlugins module ArubaCloud module Action class MessageNotCreated def initialize(app, env) @app = app end def call(env) env[:ui].info('Server is not present, assuming not created... Bailout!') @app.call(env) end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems