class Abt::Providers::Devops::Services::ProjectPicker::Result
Attributes
board[R]
path[R]
Public Class Methods
new(path:)
click to toggle source
# File lib/abt/providers/devops/services/project_picker.rb, line 11 def initialize(path:) @path = path end