Class: SmartCore::Schema::Checker::Rules::Result::Success Private
- Defined in:
- lib/smart_core/schema/checker/rules/result/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 Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from SmartCore::Schema::Checker::Rules::Result::Base
Instance Method Details
#success? ⇒ Boolean
11 12 13 |
# File 'lib/smart_core/schema/checker/rules/result/success.rb', line 11 def success? true end |