# File lib/foreman_api/resources/dashboard.rb, line 4 def self.doc @doc ||= ForemanApi.doc['resources']["dashboard"] end
@param [Hash] params a hash of params to be passed to the service @option params [String] search filter results
@param [Hash] headers additional http headers @return [Array] First item: parsed data; second item: raw body
# File lib/foreman_api/resources/dashboard.rb, line 13 def index(params = {}, headers = {}) perform_call(__method__, params, headers) end