Sha256: 17c4addbe60ce256fb136a104a0a63c6b1b088923e08f4e9daf7d4990bb9e781
Contents?: true
Size: 482 Bytes
Versions: 7
Compression:
Stored size: 482 Bytes
Contents
module KatelloApi module Resources class Crl < KatelloApi::Base def self.doc @doc ||= KatelloApi.doc['resources']["crls"] 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
7 entries across 7 versions & 1 rubygems