Class: ActionDispatch::Routing::RouteSet::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/action_dispatch/routing/route_set.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_onlyObject

Returns the value of attribute api_only

Returns:

  • (Object)

    the current value of api_only



384
385
386
# File 'lib/action_dispatch/routing/route_set.rb', line 384

def api_only
  @api_only
end

#default_scopeObject

Returns the value of attribute default_scope

Returns:

  • (Object)

    the current value of default_scope



384
385
386
# File 'lib/action_dispatch/routing/route_set.rb', line 384

def default_scope
  @default_scope
end

#relative_url_rootObject

Returns the value of attribute relative_url_root

Returns:

  • (Object)

    the current value of relative_url_root



384
385
386
# File 'lib/action_dispatch/routing/route_set.rb', line 384

def relative_url_root
  @relative_url_root
end