Class: AgentContact

Inherits:
Sequel::Model
  • Object
show all
Defined in:
backend/app/model/agent_contact.rb

Instance Method Summary collapse

Instance Method Details

#representative_for_typesObject



12
13
14
# File 'backend/app/model/agent_contact.rb', line 12

def representative_for_types
  { is_representative: [:agent_person, :agent_family, :agent_corporate_entity, :agent_software] }
end