class Dynaccount::Contact
Public Class Methods
api_path()
click to toggle source
# File lib/dynaccount/contact.rb, line 7 def self.api_path 'contact' end
ignore_put()
click to toggle source
# File lib/dynaccount/contact.rb, line 3 def self.ignore_put [:id, :module_id, :time_last_followup, :time_next_followup, :time_created] end