Class: Lighthouse::ProjectMembership

Inherits:
Base
  • Object
show all
Defined in:
lib/lighthouse/project_membership.rb

Instance Method Summary collapse

Methods inherited from Base

inherited

Instance Method Details

#saveObject

Raises:



6
7
8
# File 'lib/lighthouse/project_membership.rb', line 6

def save
  raise Error, "Cannot modify memberships from the API"
end