class Lighthouse::Membership

Public Instance Methods

save() click to toggle source
# File lib/lighthouse/membership.rb, line 4
def save
  raise Error, "Cannot modify memberships from the API"
end