Class: Abt::Providers::Asana::Services::ProjectPicker::Result

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(project:, path:) ⇒ Result

Returns a new instance of Result.



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

def initialize(project:, path:)
  @project = project
  @path = path
end

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



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

def path
  @path
end

#projectObject (readonly)

Returns the value of attribute project.



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

def project
  @project
end