Class: Freshdesk::Groups

Inherits:
Base
  • Object
show all
Defined in:
lib/freshdesk/api/v2/groups.rb

Constant Summary collapse

GROUPS_PROPERTIES =
[
 :agent_ids, :auto_ticket_assign, :business_hour_id, :description,
 :escalate_to, :id, :name, :unassigned_for, :created_at, :updated_at
]

Instance Attribute Summary

Attributes inherited from Base

#apikey, #domain

Method Summary

Methods inherited from Base

#all, #connected?, #create, #delete, #delete_all, #find, #initialize, #update

Constructor Details

This class inherits a constructor from Freshdesk::Base