Class: MavenBuildTask

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model, ActiveModel::Serializers::JSON, ActiveModel::Validations
Defined in:
lib/yadecli/model/maven_build_task.rb

Overview

MavenBuildTask

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#descObject

Returns the value of attribute desc.



11
12
13
# File 'lib/yadecli/model/maven_build_task.rb', line 11

def desc
  @desc
end

#idObject

Returns the value of attribute id.



11
12
13
# File 'lib/yadecli/model/maven_build_task.rb', line 11

def id
  @id
end

#nameObject

Returns the value of attribute name.



11
12
13
# File 'lib/yadecli/model/maven_build_task.rb', line 11

def name
  @name
end

#parametersObject

Returns the value of attribute parameters.



11
12
13
# File 'lib/yadecli/model/maven_build_task.rb', line 11

def parameters
  @parameters
end

#profilesObject

Returns the value of attribute profiles.



11
12
13
# File 'lib/yadecli/model/maven_build_task.rb', line 11

def profiles
  @profiles
end

#projectModuleIdObject

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

#attributesObject



15
16
17
# File 'lib/yadecli/model/maven_build_task.rb', line 15

def attributes
  instance_values
end