Class: MavenBuildTask
- Inherits:
-
Object
- Object
- MavenBuildTask
- Includes:
- ActiveModel::Model, ActiveModel::Serializers::JSON, ActiveModel::Validations
- Defined in:
- lib/yadecli/model/maven_build_task.rb
Overview
MavenBuildTask
Instance Attribute Summary collapse
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
-
#profiles ⇒ Object
Returns the value of attribute profiles.
-
#projectModuleId ⇒ Object
Returns the value of attribute projectModuleId.
Instance Method Summary collapse
Instance Attribute Details
#desc ⇒ Object
Returns the value of attribute desc.
11 12 13 |
# File 'lib/yadecli/model/maven_build_task.rb', line 11 def desc @desc end |
#id ⇒ Object
Returns the value of attribute id.
11 12 13 |
# File 'lib/yadecli/model/maven_build_task.rb', line 11 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
11 12 13 |
# File 'lib/yadecli/model/maven_build_task.rb', line 11 def name @name end |
#parameters ⇒ Object
Returns the value of attribute parameters.
11 12 13 |
# File 'lib/yadecli/model/maven_build_task.rb', line 11 def parameters @parameters end |
#profiles ⇒ Object
Returns the value of attribute profiles.
11 12 13 |
# File 'lib/yadecli/model/maven_build_task.rb', line 11 def profiles @profiles end |
#projectModuleId ⇒ Object
Returns the value of attribute projectModuleId.
11 12 13 |
# File 'lib/yadecli/model/maven_build_task.rb', line 11 def projectModuleId @projectModuleId end |
Instance Method Details
#attributes ⇒ Object
15 16 17 |
# File 'lib/yadecli/model/maven_build_task.rb', line 15 def attributes instance_values end |