Class: FrameIo::Collaborator

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/frame_io/collaborator.rb

Class Method Summary collapse

Class Method Details

.all(project:, client:) ⇒ Object



3
4
5
# File 'lib/frame_io/collaborator.rb', line 3

def self.all(project:, client:)
  client.get_resource("projects/#{project.id}/collaborators", object_class: self)
end