Class: ActionView::MissingTemplate::Results::Result
- Defined in:
- actionview/lib/action_view/template/error.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#score ⇒ Object
Returns the value of attribute score.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
61 62 63 |
# File 'actionview/lib/action_view/template/error.rb', line 61 def path @path end |
#score ⇒ Object
Returns the value of attribute score
61 62 63 |
# File 'actionview/lib/action_view/template/error.rb', line 61 def score @score end |