class RSpec::Oj::MissingPath
Attributes
path[R]
Public Class Methods
new(path)
click to toggle source
# File lib/rspec/oj/errors.rb, line 11 def initialize(path) @path = path end
Public Instance Methods
to_s()
click to toggle source
# File lib/rspec/oj/errors.rb, line 15 def to_s %(Missing JSON path "#{path}") end