Class: ActionView::MissingTemplate::Results::Result

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#as_json

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



72
73
74
# File 'actionview/lib/action_view/template/error.rb', line 72

def path
  @path
end

#scoreObject

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



72
73
74
# File 'actionview/lib/action_view/template/error.rb', line 72

def score
  @score
end