class Deploy::DeploymentStepLog
Public Class Methods
collection_path(params = {})
click to toggle source
# File lib/deploy/resources/deployment_step_log.rb, line 3 def self.collection_path(params = {}) "projects/#{params[:project].permalink}/deployments/#{params[:deployment].identifier}/steps/#{params[:step].identifier}/logs" end