Class: Pipekit::PersonField

Inherits:
Object
  • Object
show all
Includes:
FieldRepository
Defined in:
lib/pipekit/person_field.rb

Constant Summary collapse

SINGULAR_CLASSNAME =

Pipedrive requires camelcase for resources

"personField".freeze
PLURALIZED_CLASSNAME =
"personFields".freeze

Method Summary

Methods included from FieldRepository

#find_label, #find_values, #get_by_key, #get_by_name

Methods included from Repository

#all, #create, #find_by, #initialize, #update, #where

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Pipekit::Repository