Class: LcpRuby::RecordAliases::MetadataChecker::Result
- Inherits:
-
Struct
- Object
- Struct
- LcpRuby::RecordAliases::MetadataChecker::Result
- Defined in:
- lib/lcp_ruby/record_aliases/metadata_checker.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Class Method Summary collapse
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors
11 12 13 |
# File 'lib/lcp_ruby/record_aliases/metadata_checker.rb', line 11 def errors @errors end |
#warnings ⇒ Object
Returns the value of attribute warnings
11 12 13 |
# File 'lib/lcp_ruby/record_aliases/metadata_checker.rb', line 11 def warnings @warnings end |
Class Method Details
.empty ⇒ Object
12 13 14 |
# File 'lib/lcp_ruby/record_aliases/metadata_checker.rb', line 12 def self.empty new([], []) end |