Class: Opc::OpcOrgShow

Inherits:
Chef::Knife
  • Object
show all
Includes:
Chef::Mixin::RootRestv0
Defined in:
lib/chef/knife/opc_org_show.rb

Instance Method Summary collapse

Methods included from Chef::Mixin::RootRestv0

#root_rest

Instance Method Details

#runObject



27
28
29
30
# 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