class Matchers::JSON::JSONPathHasArray
Public Class Methods
new(json_path, json_array)
click to toggle source
Calls superclass method
Matchers::JSON::JSONPathHasThing::new
# File lib/matchers/json/json_path_has_array.rb, line 7 def initialize(json_path, json_array) super(json_path, json_array) end