Class: Vagrant::Action::Builder::MiddlewareArguments
- Inherits:
-
Struct
- Object
- Struct
- Vagrant::Action::Builder::MiddlewareArguments
- Defined in:
- lib/vagrant/action/builder.rb
Overview
Container for Action arguments
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#keywords ⇒ Object
Returns the value of attribute keywords.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
24 25 26 |
# File 'lib/vagrant/action/builder.rb', line 24 def block @block end |
#keywords ⇒ Object
Returns the value of attribute keywords
24 25 26 |
# File 'lib/vagrant/action/builder.rb', line 24 def keywords @keywords end |
#parameters ⇒ Object
Returns the value of attribute parameters
24 25 26 |
# File 'lib/vagrant/action/builder.rb', line 24 def parameters @parameters end |