Module: Google::Analytics::Data::V1alpha::AnalyticsData::Paths
- Extended by:
- Paths
- Defined in:
- lib/google/analytics/data/v1alpha/analytics_data/paths.rb
Overview
Path helper methods for the AnalyticsData API.
Instance Method Summary collapse
-
#metadata_path(property:) ⇒ ::String
Create a fully-qualified Metadata resource string.
Instance Method Details
#metadata_path(property:) ⇒ ::String
Create a fully-qualified Metadata resource string.
The resource will be in the following format:
properties/{property}/metadata
37 38 39 |
# File 'lib/google/analytics/data/v1alpha/analytics_data/paths.rb', line 37 def property: "properties/#{property}/metadata" end |