Class: Vagrant::Action::Builder::StackItem

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

Overview

Item within the stack

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



26
27
28
# File 'lib/vagrant/action/builder.rb', line 26

def arguments
  @arguments
end

#middlewareObject

Returns the value of attribute middleware

Returns:

  • (Object)

    the current value of middleware



26
27
28
# File 'lib/vagrant/action/builder.rb', line 26

def middleware
  @middleware
end