Class: ZendeskAPI::Topic::TopicVote
- Inherits:
-
SingularResource
- Object
- Data
- DataResource
- Resource
- SingularResource
- ZendeskAPI::Topic::TopicVote
- Defined in:
- lib/zendesk_api/resources.rb
Instance Attribute Summary
Attributes inherited from DataResource
Attributes inherited from Data
#association, #attributes, #response
Instance Method Summary (collapse)
-
- (ZendeskAPI::Topic) topic
The associated object.
-
- (ZendeskAPI::Topic) topic=(value)
The associated object.
-
- (ZendeskAPI::User) user
The associated object.
-
- (ZendeskAPI::User) user=(value)
The associated object.
Methods included from Read
Methods included from Destroy
Methods included from Save
#clear_associations, #save, #save!, #save_associations
Methods included from Verbs
Methods inherited from Data
#/, #==, format, #id, #initialize, #method_missing, #new_record?, #path, resource_name, singular_resource_name, subclasses, #to_json
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
- (ZendeskAPI::Topic) topic
The associated object
112 |
# File 'lib/zendesk_api/resources.rb', line 112 has Topic |
- (ZendeskAPI::Topic) topic=(value)
The associated object
112 |
# File 'lib/zendesk_api/resources.rb', line 112 has Topic |
- (ZendeskAPI::User) user
The associated object
113 |
# File 'lib/zendesk_api/resources.rb', line 113 has User |
- (ZendeskAPI::User) user=(value)
The associated object
113 |
# File 'lib/zendesk_api/resources.rb', line 113 has User |