class Abt::Providers::Devops::Services::WorkItemPicker::Result

Attributes

path[R]
work_item[R]

Public Class Methods

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