# File lib/hammer_cli_foreman/host.rb, line 246 def get_status params = { 'id' => get_identifier, } status = resource.call(:status, params) status["status"] end