class Opc::OpcOrgShow
Public Instance Methods
run()
click to toggle source
# File lib/chef/knife/opc_org_show.rb, line 27 def run org_name = @name_args[0] ui.output root_rest.get("organizations/#{org_name}") end