lib/google/cloud/scheduler/v1beta1/helpers.rb in google-cloud-scheduler-0.1.0 vs lib/google/cloud/scheduler/v1beta1/helpers.rb in google-cloud-scheduler-0.2.0

- old
+ new

@@ -25,22 +25,22 @@ # @return [String] def job_path project, location, job self.class.job_path project, location, job end - # Alias for Google::Cloud::Scheduler::V1beta1::CloudSchedulerClient.project_path. - # @param project [String] - # @return [String] - def project_path project - self.class.project_path project - end - # Alias for Google::Cloud::Scheduler::V1beta1::CloudSchedulerClient.location_path. # @param project [String] # @param location [String] # @return [String] def location_path project, location self.class.location_path project, location + end + + # Alias for Google::Cloud::Scheduler::V1beta1::CloudSchedulerClient.project_path. + # @param project [String] + # @return [String] + def project_path project + self.class.project_path project end end end end end