Class: Lighthouse::ProjectMembership
- Defined in:
- lib/fresnel/lighthouse.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#save ⇒ Object
205 206 207 |
# File 'lib/fresnel/lighthouse.rb', line 205 def save raise Error, "Cannot modify memberships from the API" end |
#url ⇒ Object
201 202 203 |
# File 'lib/fresnel/lighthouse.rb', line 201 def url respond_to?(:account) ? account : project end |