Class: ZendeskAPI::UserView
- Defined in:
- lib/zendesk_api/resources.rb
Class 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
Class Method Details
.preview(client, options = {}) ⇒ Object
637 638 639 |
# File 'lib/zendesk_api/resources.rb', line 637 def self.preview(client, = {}) Collection.new(client, UserViewRow, .merge!(:path => "user_views/preview", :verb => :post)) end |