Method: ForemanApi::Resources::SmartVariable#show
- Defined in:
- lib/foreman_api/resources/smart_variable.rb
#show(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
28 29 30 |
# File 'lib/foreman_api/resources/smart_variable.rb', line 28 def show(params = {}, headers = {}) perform_call(__method__, params, headers) end |