class Matchers::JSON::JSONPathHasObject

Public Class Methods

new(json_path, json_object) click to toggle source
Calls superclass method Matchers::JSON::JSONPathHasThing::new
# File lib/matchers/json/json_path_has_object.rb, line 7
def initialize(json_path, json_object)
  super(json_path, json_object)
end