Class: Matchers::JSON::JSONPathHasArray

Inherits:
Object
  • Object
show all
Includes:
JSONPath, JSONPathHasThing
Defined in:
lib/matchers/json/json_path_has_array.rb

Instance Method Summary collapse

Methods included from JSONPathHasThing

#matches?

Methods included from JSONPath

#json_path_valid?, #value_on_path

Constructor Details

#initialize(json_path, json_array) ⇒ JSONPathHasArray

Returns a new instance of JSONPathHasArray.



7
8
9
# File 'lib/matchers/json/json_path_has_array.rb', line 7

def initialize(json_path, json_array)
  super(json_path, json_array)
end