Class: ActionView::Resolver::PathParser::ParsedPath
- Defined in:
- actionview/lib/action_view/template/resolver.rb
Instance Attribute Summary collapse
-
#details ⇒ Object
Returns the value of attribute details.
-
#path ⇒ Object
Returns the value of attribute path.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#details ⇒ Object
Returns the value of attribute details
16 17 18 |
# File 'actionview/lib/action_view/template/resolver.rb', line 16 def details @details end |
#path ⇒ Object
Returns the value of attribute path
16 17 18 |
# File 'actionview/lib/action_view/template/resolver.rb', line 16 def path @path end |