Class: CapsuleCRM::TaskCategory
- Inherits:
-
Object
- Object
- CapsuleCRM::TaskCategory
- Includes:
- ActiveModel::Conversion, ActiveModel::Naming, ActiveModel::Validations, Associations, Inspector, Querying::Configuration, Querying::FindAll, Serializable
- Defined in:
- lib/capsule_crm/task_category.rb
Instance Method Summary collapse
Methods included from Serializable
included, #serializer, #to_capsule_json
Methods included from Querying::Configuration
Methods included from Inspector
Instance Method Details
#id ⇒ Object
31 |
# File 'lib/capsule_crm/task_category.rb', line 31 def id; name; end |