Class: Hames::Schema::Result
- Inherits:
-
Data
- Object
- Data
- Hames::Schema::Result
- Defined in:
- lib/hames/schema.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
-
#warnings ⇒ Object
readonly
Returns the value of attribute warnings.
Instance Method Summary collapse
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors
28 29 30 |
# File 'lib/hames/schema.rb', line 28 def errors @errors end |
#warnings ⇒ Object (readonly)
Returns the value of attribute warnings
28 29 30 |
# File 'lib/hames/schema.rb', line 28 def warnings @warnings end |
Instance Method Details
#ok? ⇒ Boolean
29 |
# File 'lib/hames/schema.rb', line 29 def ok? = errors.empty? |