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