Refresh

This website www.rdoc.info/docs/rails/ActionView/Resolver/PathParser/ParsedPath is currently offline. Cloudflare\'s Always Online™ shows a snapshot of this web page from the Internet Archive\'s Wayback Machine. To check for the live version, click Refresh.

Class: ActionView::Resolver::PathParser::ParsedPath

Inherits:
Struct
  • Object
show all
Defined in:
actionview/lib/action_view/template/resolver.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#as_json

Instance Attribute Details

#detailsObject

Returns the value of attribute details

Returns:

  • (Object)

    the current value of details



13
14
15
# File 'actionview/lib/action_view/template/resolver.rb', line 13

def details
  @details
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



13
14
15
# File 'actionview/lib/action_view/template/resolver.rb', line 13

def path
  @path
end