Class: CodexNotify::SlackDeliveryWorker::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/codex_notify/slack_delivery_worker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#deferredObject (readonly)

Returns the value of attribute deferred

Returns:

  • (Object)

    the current value of deferred



14
15
16
# File 'lib/codex_notify/slack_delivery_worker.rb', line 14

def deferred
  @deferred
end

#deliveredObject (readonly)

Returns the value of attribute delivered

Returns:

  • (Object)

    the current value of delivered



14
15
16
# File 'lib/codex_notify/slack_delivery_worker.rb', line 14

def delivered
  @delivered
end

#failedObject (readonly)

Returns the value of attribute failed

Returns:

  • (Object)

    the current value of failed



14
15
16
# File 'lib/codex_notify/slack_delivery_worker.rb', line 14

def failed
  @failed
end

#needs_reviewObject (readonly)

Returns the value of attribute needs_review

Returns:

  • (Object)

    the current value of needs_review



14
15
16
# File 'lib/codex_notify/slack_delivery_worker.rb', line 14

def needs_review
  @needs_review
end