Class: Abt::Providers::Harvest::Services::ProjectPicker::Result
- Inherits:
-
Object
- Object
- Abt::Providers::Harvest::Services::ProjectPicker::Result
- Defined in:
- lib/abt/providers/harvest/services/project_picker.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#project ⇒ Object
readonly
Returns the value of attribute project.
Instance Method Summary collapse
-
#initialize(project:, path:) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(project:, path:) ⇒ Result
Returns a new instance of Result.
11 12 13 14 |
# File 'lib/abt/providers/harvest/services/project_picker.rb', line 11 def initialize(project:, path:) @project = project @path = path end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
9 10 11 |
# File 'lib/abt/providers/harvest/services/project_picker.rb', line 9 def path @path end |
#project ⇒ Object (readonly)
Returns the value of attribute project.
9 10 11 |
# File 'lib/abt/providers/harvest/services/project_picker.rb', line 9 def project @project end |