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



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

def failed
  @failed
end

#releasedObject

Returns the value of attribute released

Returns:

  • (Object)

    the current value of released



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

def released
  @released
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



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

def skipped
  @skipped
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



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

def success
  @success
end