Class: NattyUI::Wrapper::Task
- Includes:
- ProgressAttributes
- Defined in:
- lib/natty-ui/wrapper/task.rb
Overview
A Message container to visualize the progression of a task.
Instance Attribute Summary collapse
-
#completed? ⇒ Boolean
included
from ProgressAttributes
readonly
Whether the task completed successfully.
-
#failed? ⇒ Boolean
included
from ProgressAttributes
readonly
Whether the task failed.
Instance Attribute Details
#completed? ⇒ Boolean (readonly) Originally defined in module ProgressAttributes
Returns whether the task completed successfully.
#failed? ⇒ Boolean (readonly) Originally defined in module ProgressAttributes
Returns whether the task failed.