Class: Gitlab::GrapeOpenapi::Converters::PathConverter::PathVariant
- Inherits:
-
Struct
- Object
- Struct
- Gitlab::GrapeOpenapi::Converters::PathConverter::PathVariant
- Defined in:
- lib/gitlab/grape_openapi/converters/path_converter.rb
Overview
Optional path segment variants are each represented in the OpenAPI spec as a unique path.
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#path_override ⇒ Object
Returns the value of attribute path_override.
-
#removed_params ⇒ Object
Returns the value of attribute removed_params.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
17 18 19 |
# File 'lib/gitlab/grape_openapi/converters/path_converter.rb', line 17 def key @key end |
#path_override ⇒ Object
Returns the value of attribute path_override
17 18 19 |
# File 'lib/gitlab/grape_openapi/converters/path_converter.rb', line 17 def path_override @path_override end |
#removed_params ⇒ Object
Returns the value of attribute removed_params
17 18 19 |
# File 'lib/gitlab/grape_openapi/converters/path_converter.rb', line 17 def removed_params @removed_params end |