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



16
17
18
# File 'actionview/lib/action_view/template/resolver.rb', line 16

def details
  @details
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



16
17
18
# File 'actionview/lib/action_view/template/resolver.rb', line 16

def path
  @path
end