Class: ZendeskAPI::DataResource

Inherits:
Data
  • Object
show all
Extended by:
Verbs
Defined in:
lib/zendesk_api/resource.rb

Overview

Indexable resource

Instance Attribute Summary collapse

Class Method Summary collapse

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 Attribute Details

#errorObject

Returns the value of attribute error



152
153
154
# File 'lib/zendesk_api/resource.rb', line 152

def error
  @error
end

#error_messageObject

Returns the value of attribute error_message



152
153
154
# File 'lib/zendesk_api/resource.rb', line 152

def error_message
  @error_message
end

Class Method Details

.any(method) ⇒ Object Originally defined in module Verbs

Executes a any using the passed in method as a path. Reloads the resource's attributes if any are in the response body.

Created method takes an optional options hash. Valid options to be passed in to the created method: reload (for caching, default: false)

.delete(method) ⇒ Object Originally defined in module Verbs

Executes a delete using the passed in method as a path. Reloads the resource's attributes if any are in the response body.

Created method takes an optional options hash. Valid options to be passed in to the created method: reload (for caching, default: false)

.post(method) ⇒ Object Originally defined in module Verbs

Executes a post using the passed in method as a path. Reloads the resource's attributes if any are in the response body.

Created method takes an optional options hash. Valid options to be passed in to the created method: reload (for caching, default: false)

.put(method) ⇒ Object Originally defined in module Verbs

Executes a put using the passed in method as a path. Reloads the resource's attributes if any are in the response body.

Created method takes an optional options hash. Valid options to be passed in to the created method: reload (for caching, default: false)