Class: Lighthouse::ProjectMembership

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

Instance Method Summary collapse

Methods inherited from Base

inherited

Instance Method Details

#saveObject

Raises:



193
194
195
# File 'lib/lighthouse.rb', line 193

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

#urlObject



189
190
191
# File 'lib/lighthouse.rb', line 189

def url
  respond_to?(:account) ?  : project
end