Class: MojoInfo
- Inherits:
-
Struct
- Object
- Struct
- MojoInfo
- Defined in:
- lib/mvn_plugin_config/mojo_info.rb
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#description ⇒ Object
Returns the value of attribute description.
-
#goal ⇒ Object
Returns the value of attribute goal.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
Instance Attribute Details
#configuration ⇒ Object
Returns the value of attribute configuration
1 2 3 |
# File 'lib/mvn_plugin_config/mojo_info.rb', line 1 def configuration @configuration end |
#description ⇒ Object
Returns the value of attribute description
1 2 3 |
# File 'lib/mvn_plugin_config/mojo_info.rb', line 1 def description @description end |
#goal ⇒ Object
Returns the value of attribute goal
1 2 3 |
# File 'lib/mvn_plugin_config/mojo_info.rb', line 1 def goal @goal end |
#parameters ⇒ Object
Returns the value of attribute parameters
1 2 3 |
# File 'lib/mvn_plugin_config/mojo_info.rb', line 1 def parameters @parameters end |