Class: Abt::Providers::Asana::Services::TaskPicker::Result
- Inherits:
-
Object
- Object
- Abt::Providers::Asana::Services::TaskPicker::Result
- Defined in:
- lib/abt/providers/asana/services/task_picker.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#task ⇒ Object
readonly
Returns the value of attribute task.
Instance Method Summary collapse
-
#initialize(task:, path:) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(task:, path:) ⇒ Result
Returns a new instance of Result.
11 12 13 14 |
# File 'lib/abt/providers/asana/services/task_picker.rb', line 11 def initialize(task:, path:) @task = task @path = path end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
9 10 11 |
# File 'lib/abt/providers/asana/services/task_picker.rb', line 9 def path @path end |
#task ⇒ Object (readonly)
Returns the value of attribute task.
9 10 11 |
# File 'lib/abt/providers/asana/services/task_picker.rb', line 9 def task @task end |