Module: Google::Cloud::ResourceManager::V3::Folders::Paths
- Extended by:
- Paths
- Included in:
- Client, Paths, Rest::Client
- Defined in:
- lib/google/cloud/resource_manager/v3/folders/paths.rb
Overview
Path helper methods for the Folders API.
Instance Method Summary collapse
-
#folder_path(folder:) ⇒ ::String
Create a fully-qualified Folder resource string.
Instance Method Details
#folder_path(folder:) ⇒ ::String
Create a fully-qualified Folder resource string.
The resource will be in the following format:
folders/{folder}
37 38 39 |
# File 'lib/google/cloud/resource_manager/v3/folders/paths.rb', line 37 def folder_path folder: "folders/#{folder}" end |