Class: ZendeskAPI::Upload
- Defined in:
- lib/zendesk_api/resources.rb
Instance Attribute Summary
Attributes inherited from Data
#association, #attributes, #errors, #response
Instance Method Summary collapse
Methods included from Destroy
#destroy, #destroy!, #destroyed?, included
Methods included from Create
Methods included from Save
#clear_associations, #save, #save!, #save_associations
Methods included from ResponseHandler
Methods inherited from Data
#==, inherited, #initialize, #loaded_associations, #method_missing, namespace, new_from_response, #new_record?, #path, resource_name, resource_path, singular_resource_name, subclasses, #to_json, #to_s
Methods included from Associations
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
#id ⇒ Object
100 |
# File 'lib/zendesk_api/resources.rb', line 100 def id; token; end |