Class: CapsuleCRM::Case

Inherits:
Object
  • Object
show all
Extended by:
ActiveModel::Naming
Includes:
ActiveModel::Conversion, ActiveModel::Validations, Associations, Persistence::Deletable, Persistence::Persistable, Querying::Findable, Serializable, Taggable
Defined in:
lib/capsule_crm/case.rb

Class Method Summary collapse

Methods included from Taggable

#add_tag, #api_singular_name, #remove_tag, #tags

Methods included from Serializable

included, #serializer, #to_capsule_json

Methods included from Querying::Findable

included

Methods included from Persistence::Deletable

#build_destroy_path, #destroy

Methods included from Persistence::Persistable

#build_create_path, #build_update_path, #create_record, included, #new_record?, #persisted?, #save, #save!, #update_attributes, #update_attributes!, #update_record

Class Method Details

._for_track(track) ⇒ Object

Raises:

  • (NotImplementedError)


60
61
62
# File 'lib/capsule_crm/case.rb', line 60

def self._for_track(track)
  raise NotImplementedError.new("There is no way to find cases by trackId in the Capsule API right now")
end