Class: Abt::Providers::Devops::Services::ProjectPicker::Result

Inherits:
Object
  • Object
show all
Defined in:
lib/abt/providers/devops/services/project_picker.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path:) ⇒ Result

Returns a new instance of Result.



11
12
13
# File 'lib/abt/providers/devops/services/project_picker.rb', line 11

def initialize(path:)
  @path = path
end

Instance Attribute Details

#boardObject (readonly)

Returns the value of attribute board.



9
10
11
# File 'lib/abt/providers/devops/services/project_picker.rb', line 9

def board
  @board
end

#pathObject (readonly)

Returns the value of attribute path.



9
10
11
# File 'lib/abt/providers/devops/services/project_picker.rb', line 9

def path
  @path
end