class Dynaccount::ContactUser
Public Class Methods
api_path()
click to toggle source
# File lib/dynaccount/contact_user.rb, line 7 def self.api_path 'contact_user' end
ignore_put()
click to toggle source
# File lib/dynaccount/contact_user.rb, line 3 def self.ignore_put [:id, :contact_id] end