Class: Rwm::TaskRunner::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/rwm/task_runner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



8
9
10
# File 'lib/rwm/task_runner.rb', line 8

def output
  @output
end

#package_nameObject

Returns the value of attribute package_name

Returns:

  • (Object)

    the current value of package_name



8
9
10
# File 'lib/rwm/task_runner.rb', line 8

def package_name
  @package_name
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



8
9
10
# File 'lib/rwm/task_runner.rb', line 8

def skipped
  @skipped
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



8
9
10
# File 'lib/rwm/task_runner.rb', line 8

def success
  @success
end

#taskObject

Returns the value of attribute task

Returns:

  • (Object)

    the current value of task



8
9
10
# File 'lib/rwm/task_runner.rb', line 8

def task
  @task
end