Class: Vagrant::Action::Builder::MiddlewareArguments

Inherits:
Struct
  • Object
show all
Defined in:
lib/vagrant/action/builder.rb

Overview

Container for Action arguments

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



24
25
26
# File 'lib/vagrant/action/builder.rb', line 24

def block
  @block
end

#keywordsObject

Returns the value of attribute keywords

Returns:

  • (Object)

    the current value of keywords



24
25
26
# File 'lib/vagrant/action/builder.rb', line 24

def keywords
  @keywords
end

#parametersObject

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



24
25
26
# File 'lib/vagrant/action/builder.rb', line 24

def parameters
  @parameters
end