Method: ForemanApi::Resources::HostClass#index
- Defined in:
- lib/foreman_api/resources/host_class.rb
#index(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
13 14 15 |
# File 'lib/foreman_api/resources/host_class.rb', line 13 def index(params = {}, headers = {}) perform_call(__method__, params, headers) end |