class Orbit::Routing::Route

Attributes

path[R]

Public Class Methods

new(path) click to toggle source
# File lib/orbit/routing/route.rb, line 6
def initialize(path)
  @path = Config.path_class.new(path)
end