class APIGatewayDSL::Parameter::Path
Public Class Methods
new(name, **options)
click to toggle source
Calls superclass method
# File lib/api_gateway_dsl/parameter/path.rb, line 5 def initialize(name, **options) super @in = 'path' @required = true end