Class: Gemchain::Executor::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/gemchain/executor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#failedObject

Returns the value of attribute failed

Returns:

  • (Object)

    the current value of failed



13
14
15
# File 'lib/gemchain/executor.rb', line 13

def failed
  @failed
end

#releasedObject

Returns the value of attribute released

Returns:

  • (Object)

    the current value of released



13
14
15
# File 'lib/gemchain/executor.rb', line 13

def released
  @released
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



13
14
15
# File 'lib/gemchain/executor.rb', line 13

def skipped
  @skipped
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



13
14
15
# File 'lib/gemchain/executor.rb', line 13

def success
  @success
end