Class: Eien::Apps::SelectTask
Instance Attribute Summary collapse
-
#app ⇒ Object
readonly
Returns the value of attribute app.
Attributes inherited from Task
#context, #namespace, #task_config
Instance Method Summary collapse
-
#initialize(context, app) ⇒ SelectTask
constructor
A new instance of SelectTask.
- #run! ⇒ Object
Methods included from Helpers::TimeHelpers
Constructor Details
#initialize(context, app) ⇒ SelectTask
Returns a new instance of SelectTask.
8 9 10 11 12 |
# File 'lib/eien/apps/select_task.rb', line 8 def initialize(context, app) @app = app super(context) end |
Instance Attribute Details
#app ⇒ Object (readonly)
Returns the value of attribute app.
6 7 8 |
# File 'lib/eien/apps/select_task.rb', line 6 def app @app end |