class Abt::Providers::Asana::Services::TaskPicker::Result

Attributes

path[R]
task[R]

Public Class Methods

new(task:, path:) click to toggle source
# File lib/abt/providers/asana/services/task_picker.rb, line 11
def initialize(task:, path:)
  @task = task
  @path = path
end