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