Class: ZendeskAPI::OrganizationMembership
- Inherits:
-
ReadResource
- Object
- Data
- DataResource
- ReadResource
- ZendeskAPI::OrganizationMembership
- Extended by:
- CreateMany, DestroyMany
- Defined in:
- lib/zendesk_api/resources.rb,
lib/zendesk_api/resources.rb
Class Method Summary collapse
-
.create_many!(client, attributes_array, association = Association.new(:class => self)) ⇒ JobStatus
extended
from CreateMany
Creates multiple resources using the create_many endpoint.
-
.destroy_many!(client, ids, association = Association.new(:class => self)) ⇒ JobStatus
extended
from DestroyMany
Destroys multiple resources using the destroy_many endpoint.
Instance Method Summary collapse
-
#clear_associations ⇒ Object
included
from Save
Removes all cached associations.
-
#destroy(&block) ⇒ Object
included
from Destroy
Destroys, returning false on error.
-
#destroy! ⇒ Boolean
included
from Destroy
If this resource hasn't already been deleted, then do so.
-
#destroyed? ⇒ Boolean
included
from Destroy
Has this object been deleted?.
- #handle_response(response) ⇒ Object included from ResponseHandler
-
#organization ⇒ ZendeskAPI::Organization
The associated object.
-
#organization=(value) ⇒ ZendeskAPI::Organization
The associated object.
-
#save(options = {}, &block) ⇒ Object
included
from Save
Saves, returning false if it fails and attaching the errors.
-
#save!(options = {}) ⇒ Boolean
included
from Save
If this resource hasn't been deleted, then create or save it.
-
#save_associations ⇒ Object
included
from Save
Saves associations Takes into account inlining, collections, and id setting on the parent resource.
-
#user ⇒ ZendeskAPI::User
The associated object.
-
#user=(value) ⇒ ZendeskAPI::User
The associated object.
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
.create_many!(client, attributes_array, association = Association.new(:class => self)) ⇒ JobStatus Originally defined in module CreateMany
Creates multiple resources using the create_many endpoint.
.destroy_many!(client, ids, association = Association.new(:class => self)) ⇒ JobStatus Originally defined in module DestroyMany
Destroys multiple resources using the destroy_many endpoint.
Instance Method Details
#clear_associations ⇒ Object Originally defined in module Save
Removes all cached associations
#destroy(&block) ⇒ Object Originally defined in module Destroy
Destroys, returning false on error.
#destroy! ⇒ Boolean Originally defined in module Destroy
If this resource hasn't already been deleted, then do so.
#destroyed? ⇒ Boolean Originally defined in module Destroy
Has this object been deleted?
#handle_response(response) ⇒ Object Originally defined in module ResponseHandler
#organization ⇒ ZendeskAPI::Organization
Returns The associated object
159 |
# File 'lib/zendesk_api/resources.rb', line 159 has Organization |
#organization=(value) ⇒ ZendeskAPI::Organization
Returns The associated object
159 |
# File 'lib/zendesk_api/resources.rb', line 159 has Organization |
#save(options = {}, &block) ⇒ Object Originally defined in module Save
Saves, returning false if it fails and attaching the errors
#save!(options = {}) ⇒ Boolean Originally defined in module Save
If this resource hasn't been deleted, then create or save it. Executes a POST if it is a Data#new_record?, otherwise a PUT. Merges returned attributes on success.
#save_associations ⇒ Object Originally defined in module Save
Saves associations Takes into account inlining, collections, and id setting on the parent resource.
#user ⇒ ZendeskAPI::User
Returns The associated object
158 |
# File 'lib/zendesk_api/resources.rb', line 158 has User |
#user=(value) ⇒ ZendeskAPI::User
Returns The associated object
158 |
# File 'lib/zendesk_api/resources.rb', line 158 has User |