Module: Gapic::PathTemplate
- Defined in:
- lib/gapic/path_template.rb,
lib/gapic/path_template/parser.rb,
lib/gapic/path_template/segment.rb
Overview
TODO: Enter docs Dooooooooocs!!!
Defined Under Namespace
Class Method Summary collapse
-
.parse(path_template) ⇒ Array<PathTemplate::Segment|String>
Parse a URI path template.
Class Method Details
.parse(path_template) ⇒ Array<PathTemplate::Segment|String>
Parse a URI path template.
31 32 33 |
# File 'lib/gapic/path_template.rb', line 31 def self.parse path_template Parser.new(path_template).segments end |