Sha256: 45af048edda2e9143c299a093cf5ddbe4c21a183dc351b4ee609217221cbe4b5
Contents?: true
Size: 549 Bytes
Versions: 5
Compression:
Stored size: 549 Bytes
Contents
module ForemanApi module Resources class Dashboard < ForemanApi::Base 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 def index(params = {}, headers = {}) perform_call(__method__, params, headers) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems