Class: Wallaby::Engines::BaseRoute
- Inherits:
-
Object
- Object
- Wallaby::Engines::BaseRoute
show all
- Includes:
- ActiveModel::Model
- Defined in:
- lib/routes/wallaby/engines/base_route.rb
Instance Attribute Summary collapse
Instance Attribute Details
#context ⇒ ActionController::Base, ActionView::Base
10
11
12
|
# File 'lib/routes/wallaby/engines/base_route.rb', line 10
def context
@context
end
|
#options ⇒ Hash, ActionController::Parameters
16
17
18
|
# File 'lib/routes/wallaby/engines/base_route.rb', line 16
def options
@options
end
|
#params ⇒ Hash, ActionController::Parameters
13
14
15
|
# File 'lib/routes/wallaby/engines/base_route.rb', line 13
def params
@params
end
|