Class: ZendeskAPI::TicketComment

Inherits:
Data
  • Object
show all
Includes:
Save
Defined in:
lib/zendesk_api/resources/ticket.rb

Instance Attribute Summary

Attributes inherited from Data

#association, #attributes

Instance Method Summary collapse

Methods included from Save

#clear_associations, #save_associations

Methods inherited from Data

#==, #id, #initialize, #loaded_associations, #method_missing, #new_record?, only_send_unnested_params, #path, resource_name, singular_resource_name, #to_s, unnested_params

Methods included from Associations

#wrap_resource

Constructor Details

This class inherits a constructor from ZendeskAPI::Data

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ZendeskAPI::Data

Instance Method Details

#saveObject Also known as: save!



19
20
21
22
# File 'lib/zendesk_api/resources/ticket.rb', line 19

def save
  save_associations
  true
end