Module: Gapic::UriTemplate
- Defined in:
- lib/gapic/uri_template.rb,
lib/gapic/uri_template/parser.rb
Overview
TODO: Enter docs Dooooooooocs!!!
Defined Under Namespace
Modules: Parser
Class Method Summary collapse
-
.parse_arguments(uri_template) ⇒ Array<String>
Parse arguments from a URI template.
Class Method Details
.parse_arguments(uri_template) ⇒ Array<String>
Parse arguments from a URI template. used to satisfy AIP-4222 Routing headers
32 33 34 |
# File 'lib/gapic/uri_template.rb', line 32 def self.parse_arguments uri_template Parser.parse_arguments uri_template end |