Sha256: 0794647c522d91219c5069ce65c25efaf6771eb42317beb2321ecdc81419caf1
Contents?: true
Size: 487 Bytes
Versions: 7
Compression:
Stored size: 487 Bytes
Contents
module KatelloApi module Resources class Statu < 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
7 entries across 7 versions & 1 rubygems