Class: ZendeskAPI::SingularResource
- Inherits:
-
Resource
- Object
- Data
- DataResource
- Resource
- ZendeskAPI::SingularResource
- Defined in:
- lib/zendesk_api/resource.rb
Direct Known Subclasses
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
#attributes_for_save ⇒ Object
186 187 188 |
# File 'lib/zendesk_api/resource.rb', line 186 def attributes_for_save { self.class.resource_name.to_sym => attributes.changes } end |