Method: DataModel::Struct#errors
- Defined in:
- lib/data_model/struct.rb
#errors ⇒ Error (readonly)
Returns the errors for this struct.
79 80 81 |
# File 'lib/data_model/struct.rb', line 79 def errors @errors end |
Returns the errors for this struct.
79 80 81 |
# File 'lib/data_model/struct.rb', line 79 def errors @errors end |