Class: ZendeskAPI::SingularResource

Inherits:
Resource show all
Defined in:
lib/zendesk_api/resource.rb

Direct Known Subclasses

Topic::TopicVote, User::CurrentSession

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_saveObject



186
187
188
# File 'lib/zendesk_api/resource.rb', line 186

def attributes_for_save
  { self.class.resource_name.to_sym => attributes.changes }
end