Method: RIQ::List#save

Defined in:
lib/riq/list.rb

#saveObject

Overwriting parent because lists can’t be saved through the API



41
42
43
# File 'lib/riq/list.rb', line 41

def save
  raise NotImplementedError, "Lists can't be edited through the API"
end