Class: MojoInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/mvn_plugin_config/mojo_info.rb

Instance Attribute Summary collapse

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration

Returns:

  • (Object)

    the current value of configuration



1
2
3
# File 'lib/mvn_plugin_config/mojo_info.rb', line 1

def configuration
  @configuration
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



1
2
3
# File 'lib/mvn_plugin_config/mojo_info.rb', line 1

def description
  @description
end

#goalObject

Returns the value of attribute goal

Returns:

  • (Object)

    the current value of goal



1
2
3
# File 'lib/mvn_plugin_config/mojo_info.rb', line 1

def goal
  @goal
end

#parametersObject

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



1
2
3
# File 'lib/mvn_plugin_config/mojo_info.rb', line 1

def parameters
  @parameters
end