class Abt::Providers::Harvest::Services::TaskPicker::Result
Attributes
path[R]
task[R]
Public Class Methods
new(task:, path:)
click to toggle source
# File lib/abt/providers/harvest/services/task_picker.rb, line 11 def initialize(task:, path:) @task = task @path = path end