Class: ZendeskAPI::ViewRow

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

Instance Attribute Summary

Attributes inherited from Data

#association, #attributes

Class Method Summary collapse

Methods included from Verbs

#delete, #post, #put

Methods inherited from Data

#==, #id, #initialize, #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

Class Method Details

.model_keyObject



57
58
59
# File 'lib/zendesk_api/resources/ticket.rb', line 57

def self.model_key
  "rows"
end