Class: ActionDispatch::Routing::RouteSet::Config
- Defined in:
- actionpack/lib/action_dispatch/routing/route_set.rb
Instance Attribute Summary collapse
-
#api_only ⇒ Object
Returns the value of attribute api_only.
-
#default_scope ⇒ Object
Returns the value of attribute default_scope.
-
#relative_url_root ⇒ Object
Returns the value of attribute relative_url_root.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#api_only ⇒ Object
Returns the value of attribute api_only
384 385 386 |
# File 'actionpack/lib/action_dispatch/routing/route_set.rb', line 384 def api_only @api_only end |
#default_scope ⇒ Object
Returns the value of attribute default_scope
384 385 386 |
# File 'actionpack/lib/action_dispatch/routing/route_set.rb', line 384 def default_scope @default_scope end |
#relative_url_root ⇒ Object
Returns the value of attribute relative_url_root
384 385 386 |
# File 'actionpack/lib/action_dispatch/routing/route_set.rb', line 384 def relative_url_root @relative_url_root end |