Class: Funicular::Runtime
- Inherits:
-
Object
- Object
- Funicular::Runtime
- Defined in:
- sig/runtime.rbs
Instance Attribute Summary collapse
-
#router ⇒ Router?
Returns the value of attribute router.
Instance Method Summary collapse
-
#initialize ⇒ Runtime
constructor
A new instance of Runtime.
- #routes ⇒ Object
Constructor Details
#initialize ⇒ Runtime
Returns a new instance of Runtime.
5 |
# File 'sig/runtime.rbs', line 5
def initialize: (?Router? router) -> void
|
Instance Attribute Details
#router ⇒ Router?
Returns the value of attribute router.
3 4 5 |
# File 'sig/runtime.rbs', line 3 def router @router end |
Instance Method Details
#routes ⇒ Object
6 |
# File 'sig/runtime.rbs', line 6
def routes: () -> untyped
|