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

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

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



60
61
62
# File 'lib/action_view/template/error.rb', line 60

def path
  @path
end

#scoreObject

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



60
61
62
# File 'lib/action_view/template/error.rb', line 60

def score
  @score
end