Parent

Methods

Files

Padrino::Routing::Parent

Attributes

map[R]
optional[R]
optional?[R]
options[R]

Public Class Methods

new(value, options={}) click to toggle source
# File lib/padrino-core/application/routing.rb, line 147
def initialize(value, options={})
  super(value.to_s)
  @map      = options.delete(:map)
  @optional = options.delete(:optional)
  @options  = options
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.