class Chef::Knife::JobList
Public Instance Methods
run()
click to toggle source
# File lib/chef/knife/job_list.rb, line 23 def run jobs = rest.get_rest("pushy/jobs") output(jobs) end
# File lib/chef/knife/job_list.rb, line 23 def run jobs = rest.get_rest("pushy/jobs") output(jobs) end