Class: Funicular::Runtime

Inherits:
Object
  • Object
show all
Defined in:
sig/runtime.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeRuntime

Returns a new instance of Runtime.

Parameters:



5
# File 'sig/runtime.rbs', line 5

def initialize: (?Router? router) -> void

Instance Attribute Details

#routerRouter?

Returns the value of attribute router.

Returns:



3
4
5
# File 'sig/runtime.rbs', line 3

def router
  @router
end

Instance Method Details

#routesObject

Returns:

  • (Object)


6
# File 'sig/runtime.rbs', line 6

def routes: () -> untyped