Class: CodexNotify::SlackDeliveryWorker::Result
- Inherits:
-
Data
- Object
- Data
- CodexNotify::SlackDeliveryWorker::Result
- Defined in:
- lib/codex_notify/slack_delivery_worker.rb
Instance Attribute Summary collapse
-
#deferred ⇒ Object
readonly
Returns the value of attribute deferred.
-
#delivered ⇒ Object
readonly
Returns the value of attribute delivered.
-
#failed ⇒ Object
readonly
Returns the value of attribute failed.
-
#needs_review ⇒ Object
readonly
Returns the value of attribute needs_review.
Instance Attribute Details
#deferred ⇒ Object (readonly)
Returns the value of attribute deferred
14 15 16 |
# File 'lib/codex_notify/slack_delivery_worker.rb', line 14 def deferred @deferred end |
#delivered ⇒ Object (readonly)
Returns the value of attribute delivered
14 15 16 |
# File 'lib/codex_notify/slack_delivery_worker.rb', line 14 def delivered @delivered end |
#failed ⇒ Object (readonly)
Returns the value of attribute failed
14 15 16 |
# File 'lib/codex_notify/slack_delivery_worker.rb', line 14 def failed @failed end |
#needs_review ⇒ Object (readonly)
Returns the value of attribute needs_review
14 15 16 |
# File 'lib/codex_notify/slack_delivery_worker.rb', line 14 def needs_review @needs_review end |