Class: SmartCore::Schema::Checker::Rules::Result::Success Private

Inherits:
Base
  • Object
show all
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.

Since:

  • 0.1.0

Instance Attribute Summary

Attributes inherited from Base

#key, #value

Instance Method Summary collapse

Methods inherited from Base

#failure?, #initialize

Constructor Details

This class inherits a constructor from SmartCore::Schema::Checker::Rules::Result::Base

Instance Method Details

#success?Boolean

Returns:

  • (Boolean)

Since:

  • 0.1.0



11
12
13
# File 'lib/smart_core/schema/checker/rules/result/success.rb', line 11

def success?
  true
end