Class: Abt::Providers::Devops::Services::ProjectPicker::Result
- Inherits:
-
Object
- Object
- Abt::Providers::Devops::Services::ProjectPicker::Result
- Defined in:
- lib/abt/providers/devops/services/project_picker.rb
Instance Attribute Summary collapse
-
#board ⇒ Object
readonly
Returns the value of attribute board.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path:) ⇒ Result
constructor
A new instance of Result.
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
#board ⇒ Object (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 |
#path ⇒ Object (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 |