Sha256: e8d62400759d96e6abe3eb1daf500fc1f97fb35b51ed7833ac493b0fbec53857

Contents?: true

Size: 601 Bytes

Versions: 62

Compression:

Stored size: 601 Bytes

Contents

module Vagrant
  module Plugin
    module V2
      class Push
        attr_reader :env
        attr_reader :config

        # Initializes the pusher with the given environment the push
        # configuration.
        #
        # @param [Environment] env
        # @param [Object] config Push configuration
        def initialize(env, config)
          @env     = env
          @config  = config
        end

        # This is the method called when the actual pushing should be
        # done.
        #
        # No return value is expected.
        def push
        end
      end
    end
  end
end

Version data entries

62 entries across 55 versions & 7 rubygems

Version Path
vagrant-unbundled-2.3.6.0 lib/vagrant/plugin/v2/push.rb
tamtam-vagrant-reload-1.2.1 vendor/cache/vagrant-2092df529ae7/lib/vagrant/plugin/v2/push.rb
vagrant-unbundled-2.3.3.0 lib/vagrant/plugin/v2/push.rb
vagrant-unbundled-2.3.2.0 lib/vagrant/plugin/v2/push.rb
vagrant-unbundled-2.2.19.0 lib/vagrant/plugin/v2/push.rb
vagrant-unbundled-2.2.18.0 lib/vagrant/plugin/v2/push.rb
vagrant-unbundled-2.2.16.0 lib/vagrant/plugin/v2/push.rb
vagrant-unbundled-2.2.14.0 lib/vagrant/plugin/v2/push.rb
vagrant-aws-mkubenka-0.7.2.pre.24 vendor/bundle/ruby/2.7.0/bundler/gems/vagrant-22795b161bf6/lib/vagrant/plugin/v2/push.rb
vagrant-unbundled-2.2.10.0 lib/vagrant/plugin/v2/push.rb
vagrant-unbundled-2.2.9.0 lib/vagrant/plugin/v2/push.rb
vagrant-unbundled-2.2.8.0 lib/vagrant/plugin/v2/push.rb
vagrant-unbundled-2.2.7.0 lib/vagrant/plugin/v2/push.rb
vagrant-unbundled-2.2.6.2 lib/vagrant/plugin/v2/push.rb
vagrant-unbundled-2.2.6.1 lib/vagrant/plugin/v2/push.rb
vagrant-unbundled-2.2.6.0 lib/vagrant/plugin/v2/push.rb
vagrant-unbundled-2.2.5.0 lib/vagrant/plugin/v2/push.rb
vagrant-unbundled-2.2.4.0 lib/vagrant/plugin/v2/push.rb
vagrant-unbundled-2.2.3.0 lib/vagrant/plugin/v2/push.rb
vagrant-unbundled-2.2.2.0 lib/vagrant/plugin/v2/push.rb