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