Method: LabClient::ProjectVariable#show
- Defined in:
- lib/labclient/projects/variables/project_variable.rb
#show ⇒ Object
27 28 29 30 31 |
# File 'lib/labclient/projects/variables/project_variable.rb', line 27 def show project_id = collect_project_id client.projects.variables.show(project_id, key) end |