Sha256: c7ac2bc608e6037471b3daf90f5541b626adb307d27d19dcd932955473db08dc
Contents?: true
Size: 494 Bytes
Versions: 5
Compression:
Stored size: 494 Bytes
Contents
module ForemanApi module Resources class Statistic < ForemanApi::Base def self.doc @doc ||= ForemanApi.doc['resources']["statistics"] end # @param [Hash] params a hash of params to be passed to the service # # @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