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:



205
206
207
# File 'lib/fresnel/lighthouse.rb', line 205

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

#urlObject



201
202
203
# File 'lib/fresnel/lighthouse.rb', line 201

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