Sha256: 90cb4ecdc186cef284b70a82b850b9a99e48d7502fb73b8a0a0130a33429c60c
Contents?: true
Size: 267 Bytes
Versions: 6
Compression:
Stored size: 267 Bytes
Contents
module Api module V2 module FactValuesControllerExtensions extend ActiveSupport::Concern included do api :GET, "/discovered_hosts/:discovered_host_id/facts/", N_("List all fact values of a given discovered host") end end end end
Version data entries
6 entries across 6 versions & 1 rubygems