Class: SmartCore::Schema::Checker::Rules::ExtraKeys::Result Private
- Inherits:
-
Object
- Object
- SmartCore::Schema::Checker::Rules::ExtraKeys::Result
- Defined in:
- lib/smart_core/schema/checker/rules/extra_keys/result.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
- #extra_keys ⇒ Array<String> readonly private
- #matcher_options ⇒ SmartCore::Schema::Checker::Reconciler::Matcher::Options readonly private
Instance Method Summary collapse
- #failure? ⇒ Boolean
- #initialize(extra_keys, matcher_options) ⇒ void constructor private
- #success? ⇒ Boolean
Constructor Details
#initialize(extra_keys, matcher_options) ⇒ void
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
27 28 29 30 |
# File 'lib/smart_core/schema/checker/rules/extra_keys/result.rb', line 27 def initialize(extra_keys, ) @extra_keys = extra_keys @matcher_options = end |
Instance Attribute Details
#extra_keys ⇒ Array<String> (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
12 13 14 |
# File 'lib/smart_core/schema/checker/rules/extra_keys/result.rb', line 12 def extra_keys @extra_keys end |
#matcher_options ⇒ SmartCore::Schema::Checker::Reconciler::Matcher::Options (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
18 19 20 |
# File 'lib/smart_core/schema/checker/rules/extra_keys/result.rb', line 18 def @matcher_options end |
Instance Method Details
#failure? ⇒ Boolean
|
# File 'lib/smart_core/schema/checker/rules/extra_keys/result.rb', line 35
|
#success? ⇒ Boolean
|
# File 'lib/smart_core/schema/checker/rules/extra_keys/result.rb', line 32
|