Class: Lighthouse::ProjectMembership

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

Instance Method Summary collapse

Methods inherited from Base

inherited

Instance Method Details

#saveObject

Raises:



207
208
209
# File 'lib/fresnel/lighthouse.rb', line 207

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

#urlObject



203
204
205
# File 'lib/fresnel/lighthouse.rb', line 203

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