Class: CommonCoreParser::Cluster

Inherits:
Element show all
Defined in:
lib/common_core_parser/elements/cluster.rb

Instance Attribute Summary

Attributes inherited from Element

#children_hash, #data

Instance Method Summary collapse

Methods inherited from Element

#add_child, #children, #code, #error_message, #grades, #illigit?, #initialize, #parent, #parent_ref_id, #ref_id, #statement, #to_s, #valid?, #valid_grades?

Constructor Details

This class inherits a constructor from CommonCoreParser::Element

Instance Method Details

#errorsObject



4
5
6
7
# File 'lib/common_core_parser/elements/cluster.rb', line 4

def errors
  errors = []
  return errors
end