Class: ZendeskAPI::Session
- Inherits:
-
ReadResource
- Object
- Data
- DataResource
- ReadResource
- ZendeskAPI::Session
- Includes:
- Destroy
- Defined in:
- lib/zendesk_api/resources.rb
Instance Method Summary collapse
-
#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?.
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
#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?