class JsonChecker::JSONToCheck
Attributes
compareTo[R]
keys[R]
Public Class Methods
new(representation)
click to toggle source
Calls superclass method
JsonChecker::CheckableFile::new
# File lib/json_checker/json_to_check.rb, line 7 def initialize(representation) super(representation) @keys = representation['keys'] @compareTo = representation['compare-to'] end