Class: ZendeskAPI::RuleExecution

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

Instance Attribute Summary

Attributes inherited from Data

#association, #attributes, #response

Instance Method Summary (collapse)

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::TicketField) custom_fields(options = {})

The associated object

Parameters:

  • options (Hash) (defaults to: {})

    Options to pass to the collection object

Returns:



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

has_many :custom_fields, :class => TicketField

- (ZendeskAPI::TicketField) custom_fields=(value)

The associated object

Parameters:

Returns:



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

has_many :custom_fields, :class => TicketField