Class: SmartCore::Schema::Checker::Rules::ExtraKeys::Success Private
- Defined in:
- lib/smart_core/schema/checker/rules/extra_keys/success.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
Attributes inherited from Result
Instance Method Summary collapse
- #failure? ⇒ Boolean private
- #success? ⇒ Boolean private
Methods inherited from Result
Constructor Details
This class inherits a constructor from SmartCore::Schema::Checker::Rules::ExtraKeys::Result
Instance Method Details
#failure? ⇒ Boolean
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.
26 27 28 |
# File 'lib/smart_core/schema/checker/rules/extra_keys/success.rb', line 26 def failure? false end |
#success? ⇒ Boolean
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/success.rb', line 18 def success? true end |