class LegacyInfusionsoftApi::Model::ContactAction

Public Instance Methods

fields() click to toggle source
# File lib/legacy_infusionsoft_api/models/contact_action.rb, line 3
def fields
  [ :Accepted, :ActionDate, :ActionDescription, :ActionType, :CompletionDate, :ContactId,
    :CreatedBy, :CreationDate, :CreationNotes, :EndDate, :Id, :IsAppointment, :LastUpdated,
    :LastUpdatedBy, :Location, :ObjectType, :OpportunityId, :PopupDate, :Priority, :UserID ]
end