Class: MavenBuildStep

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

Overview

MavenBuildStep

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command.



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

def command
  @command
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#mavenBuildTaskIdObject

Returns the value of attribute mavenBuildTaskId.



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

def mavenBuildTaskId
  @mavenBuildTaskId
end

#parametersObject

Returns the value of attribute parameters.



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

def parameters
  @parameters
end

#profilesObject

Returns the value of attribute profiles.



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

def profiles
  @profiles
end

Instance Method Details

#attributesObject



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

def attributes
  instance_values
end