Class: Hubspot::TicketProperties

Inherits:
Properties show all
Defined in:
lib/hubspot/ticket_properties.rb

Constant Summary collapse

CREATE_PROPERTY_PATH =
'/crm/v3/properties/ticket'

Constants inherited from Properties

Properties::DEFAULT_PROPERTY, Properties::PROPERTY_SPECS

Class Method Summary collapse

Methods inherited from Properties

add_default_parameters, all, create_group!, delete!, delete_group!, find, find_group, groups, same?, update!, update_group!, valid_params

Class Method Details

.create!(params = {}) ⇒ Object



5
6
7
# File 'lib/hubspot/ticket_properties.rb', line 5

def create!(params = {})
  superclass.create!(CREATE_PROPERTY_PATH, params)
end