class Scalingo::Endpoint::Collaborators

Public Instance Methods

create(email) click to toggle source
# File lib/scalingo/endpoint/collaborators.rb, line 4
def create(email)
  post(nil, collaborator: { email: email })
end