Method: LabClient::ProjectMethods#parent
- Defined in:
- lib/labclient/projects/methods.rb
#parent ⇒ Object
Parent Helper
739 740 741 742 743 744 745 746 |
# File 'lib/labclient/projects/methods.rb', line 739 def parent case namespace.kind when 'user' client.users.show(namespace.id) when 'group' client.groups.show(namespace.id) end end |