Class: ZendeskAPI::Brand
- Inherits:
-
Resource
- Object
- Data
- DataResource
- Resource
- ZendeskAPI::Brand
- Defined in:
- lib/zendesk_api/resources.rb
Instance 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 Method Details
#destroy! ⇒ Object
138 139 140 141 142 143 |
# File 'lib/zendesk_api/resources.rb', line 138 def destroy! self.active = false save! super end |