Method: LabClient::PushRules#show
- Defined in:
- lib/labclient/projects/push_rules/show.rb
#show(project_id) ⇒ Object
25 26 27 28 29 |
# File 'lib/labclient/projects/push_rules/show.rb', line 25 def show(project_id) project_id = format_id(project_id) client.request(:get, "projects/#{project_id}/push_rule", PushRule) end |