Method: LabClient::ProjectMethods#parent
- Defined in:
- lib/labclient/projects/methods.rb
#parent ⇒ Object
Parent Helper
730 731 732 733 734 735 736 737 |
# File 'lib/labclient/projects/methods.rb', line 730 def parent case namespace.kind when 'user' client.users.show(namespace.id) when 'group' client.groups.show(namespace.id) end end |