Sha256: b497f2a39f97cc47e24025d2889ec2a7a0d9f4313f8529f6b81ff3b563580482
Contents?: true
Size: 616 Bytes
Versions: 2
Compression:
Stored size: 616 Bytes
Contents
module ForemanApi module Resources class TemplateKind < Apipie::Client::Base def self.doc @doc ||= ForemanApi.doc['resources']["template_kinds"] end # @param [Hash] params a hash of params to be passed to the service # allowed keys are: ["page", "per_page"] # # @param [Hash] headers additional http headers def index(params = { }, headers = { }) check_params params, :allowed => true, :method => __method__ url, params = fill_params_in_url "/api/template_kinds", params call(:"get", url, params, headers) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
foreman_api-0.0.10 | lib/foreman_api/resources/template_kind.rb |
foreman_api-0.0.9 | lib/foreman_api/resources/template_kind.rb |