class SmartCore::Schema::Checker::Rules::ExtraKeys::Result

@apbstract

@api private @since 0.3.0

Attributes

extra_keys[R]

@return [Array<String>]

@api private @since 0.3.0

matcher_options[R]

@return [SmartCore::Schema::Checker::Reconciler::Matcher::Options]

@api private @since 0.3.0

Public Class Methods

new(extra_keys, matcher_options) click to toggle source

@param extra_keys [Array<String>] @param matcher_options [SmartCore::Schema::Checker::Reconciler::Matcher::Options] @return [void]

@api private @since 0.1.0 @version 0.3.0

# File lib/smart_core/schema/checker/rules/extra_keys/result.rb, line 27
def initialize(extra_keys, matcher_options)
  @extra_keys = extra_keys
  @matcher_options = matcher_options
end