Sha256: 0576135919628fc3596375f32a486bdefb04fbcc98c29cdfff43f5ff29d4b9d1
Contents?: true
Size: 488 Bytes
Versions: 5
Compression:
Stored size: 488 Bytes
Contents
module KatelloApi module Resources class Status < KatelloApi::Base def self.doc @doc ||= KatelloApi.doc['resources']["status"] 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 memory(params = {}, headers = {}) perform_call(__method__, params, headers) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems