Class: ZendeskAPI::Ticket::Audit

Inherits:
DataResource show all
Defined in:
lib/zendesk_api/resources.rb

Instance Attribute Summary

Attributes inherited from DataResource

#error, #error_message

Attributes inherited from Data

#association, #attributes, #response

Instance Method Summary (collapse)

Methods included from Verbs

#delete, #post, #put

Methods inherited from Data

#/, #==, format, #id, #initialize, #method_missing, #new_record?, #path, resource_name, singular_resource_name, subclasses, #to_json

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

- (ZendeskAPI::User) author

need this to support SideLoading

Returns:



204
# File 'lib/zendesk_api/resources.rb', line 204

has :author, :class => User

- (ZendeskAPI::User) author=(value)

need this to support SideLoading

Parameters:

Returns:



204
# File 'lib/zendesk_api/resources.rb', line 204

has :author, :class => User