Class: ActionView::MissingTemplate::Results::Result
- Inherits:
-
Struct
- Object
- Struct
- ActionView::MissingTemplate::Results::Result
- Defined in:
- 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.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
60 61 62 |
# File 'lib/action_view/template/error.rb', line 60 def path @path end |
#score ⇒ Object
Returns the value of attribute score
60 61 62 |
# File 'lib/action_view/template/error.rb', line 60 def score @score end |