Class: Vagrant::Action::Builder::StackItem
- Inherits:
-
Struct
- Object
- Struct
- Vagrant::Action::Builder::StackItem
- Defined in:
- lib/vagrant/action/builder.rb
Overview
Item within the stack
Instance Attribute Summary collapse
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#middleware ⇒ Object
Returns the value of attribute middleware.
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments
26 27 28 |
# File 'lib/vagrant/action/builder.rb', line 26 def arguments @arguments end |
#middleware ⇒ Object
Returns the value of attribute middleware
26 27 28 |
# File 'lib/vagrant/action/builder.rb', line 26 def middleware @middleware end |